aboutsummaryrefslogtreecommitdiff
path: root/fondant_derive/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-03-16 08:44:58 +0000
committerAkshay <[email protected]>2020-03-16 08:44:58 +0000
commit897705611c2004f4446119512a277cd9d520f4b1 (patch)
treec48e290073fbc4acc1f48851794c01e2213d001b /fondant_derive/Cargo.toml
parentfda37d21782f7f343203521f7254f1e70f89b1ed (diff)
add simplified meta syntax, path spec features
Diffstat (limited to 'fondant_derive/Cargo.toml')
-rw-r--r--fondant_derive/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/fondant_derive/Cargo.toml b/fondant_derive/Cargo.toml
index 73a3a19..b93b8a0 100644
--- a/fondant_derive/Cargo.toml
+++ b/fondant_derive/Cargo.toml
@@ -7,6 +7,7 @@ edition = "2018"
7[dependencies] 7[dependencies]
8proc-macro2 = "1.0.9" 8proc-macro2 = "1.0.9"
9quote = "1.0" 9quote = "1.0"
10directories = "2.0"
10 11
11[dependencies.syn] 12[dependencies.syn]
12version = "1.0" 13version = "1.0"