diff options
author | Akshay <[email protected]> | 2020-03-25 14:48:39 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-03-25 14:48:39 +0000 |
commit | 095948f8b92d590b2e2b66f44d9434577952577d (patch) | |
tree | d77efe6937813b830b78c2b7bb50962dee7acc20 | |
parent | 89c46c404907d8a91848242aedc4bdc5eb4c51a4 (diff) |
move to workspaces
-rw-r--r-- | Cargo.toml | 25 |
1 files changed, 6 insertions, 19 deletions
@@ -1,20 +1,7 @@ | |||
1 | [package] | 1 | [workspace] |
2 | name = "fondant" | ||
3 | version = "0.1.0" | ||
4 | authors = ["Akshay <[email protected]>"] | ||
5 | edition = "2018" | ||
6 | 2 | ||
7 | [dependencies] | 3 | members = [ |
8 | quote = "1.0" | 4 | "fondant", |
9 | toml = "^0.5" | 5 | "fondant_derive", |
10 | serde_yaml = "0.8" | 6 | "fondant_deps", |
11 | serde_json = "1.0.48" | 7 | ] |
12 | directories = "2.0" | ||
13 | |||
14 | [dependencies.serde] | ||
15 | version = "1.0.103" | ||
16 | features = ["derive"] | ||
17 | |||
18 | [dependencies.syn] | ||
19 | version = "1.0" | ||
20 | features = ["full"] | ||