aboutsummaryrefslogtreecommitdiff
path: root/fondant/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'fondant/Cargo.toml')
-rw-r--r--fondant/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/fondant/Cargo.toml b/fondant/Cargo.toml
new file mode 100644
index 0000000..d6886b1
--- /dev/null
+++ b/fondant/Cargo.toml
@@ -0,0 +1,9 @@
1[package]
2name = "fondant"
3version = "0.1.0"
4authors = ["Akshay <[email protected]>"]
5edition = "2018"
6
7[dependencies]
8fondant_derive = {version = "0.1.0", path = "../fondant_derive"}
9fondant_deps = {version = "0.1.0", path = "../fondant_deps"}