aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-03-25 14:48:39 +0000
committerAkshay <[email protected]>2020-03-25 14:48:39 +0000
commit095948f8b92d590b2e2b66f44d9434577952577d (patch)
treed77efe6937813b830b78c2b7bb50962dee7acc20
parent89c46c404907d8a91848242aedc4bdc5eb4c51a4 (diff)
move to workspaces
-rw-r--r--Cargo.toml25
1 files changed, 6 insertions, 19 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a0d5658..06226fa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,20 +1,7 @@
1[package] 1[workspace]
2name = "fondant"
3version = "0.1.0"
4authors = ["Akshay <[email protected]>"]
5edition = "2018"
6 2
7[dependencies] 3members = [
8quote = "1.0" 4 "fondant",
9toml = "^0.5" 5 "fondant_derive",
10serde_yaml = "0.8" 6 "fondant_deps",
11serde_json = "1.0.48" 7]
12directories = "2.0"
13
14[dependencies.serde]
15version = "1.0.103"
16features = ["derive"]
17
18[dependencies.syn]
19version = "1.0"
20features = ["full"]