diff options
author | Akshay <[email protected]> | 2020-03-19 12:04:11 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-03-19 12:04:11 +0000 |
commit | 520ec423bd1b052823e6489a58663191885f5942 (patch) | |
tree | 5c320adf4f622e8e2ebb743c1a269a73af9922bd /fondant_derive | |
parent | a4a7d107fe2c82b1070a72dcf5a6cf5decdaf960 (diff) |
add roadmap, remove extra deps
Diffstat (limited to 'fondant_derive')
-rw-r--r-- | fondant_derive/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fondant_derive/Cargo.toml b/fondant_derive/Cargo.toml index b93b8a0..73a3a19 100644 --- a/fondant_derive/Cargo.toml +++ b/fondant_derive/Cargo.toml | |||
@@ -7,7 +7,6 @@ edition = "2018" | |||
7 | [dependencies] | 7 | [dependencies] |
8 | proc-macro2 = "1.0.9" | 8 | proc-macro2 = "1.0.9" |
9 | quote = "1.0" | 9 | quote = "1.0" |
10 | directories = "2.0" | ||
11 | 10 | ||
12 | [dependencies.syn] | 11 | [dependencies.syn] |
13 | version = "1.0" | 12 | version = "1.0" |