aboutsummaryrefslogtreecommitdiff
path: root/fondant/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-03-25 14:50:23 +0000
committerAkshay <[email protected]>2020-03-25 14:50:23 +0000
commitedb42b4f227319f712d107a63a75cddd41839429 (patch)
tree082fc9cd4828d108052151102546a2904e35d730 /fondant/Cargo.toml
parent095948f8b92d590b2e2b66f44d9434577952577d (diff)
ignore nested `target`s
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"}