aboutsummaryrefslogtreecommitdiff
path: root/fondant_derive/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-03-15 16:37:03 +0000
committerAkshay <[email protected]>2020-03-15 16:37:03 +0000
commit57d5f1b806fdfe2a9db6a37b2761a5291252c76b (patch)
treef546f87cf375c87b43850c727c55fcb7a6755766 /fondant_derive/Cargo.toml
parenta4e98bf35f1d1e55c6471aba51851f122e018370 (diff)
rename to fondant
Diffstat (limited to 'fondant_derive/Cargo.toml')
-rw-r--r--fondant_derive/Cargo.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/fondant_derive/Cargo.toml b/fondant_derive/Cargo.toml
new file mode 100644
index 0000000..73a3a19
--- /dev/null
+++ b/fondant_derive/Cargo.toml
@@ -0,0 +1,16 @@
1[package]
2name = "fondant_derive"
3version = "0.1.0"
4authors = ["Akshay <[email protected]>"]
5edition = "2018"
6
7[dependencies]
8proc-macro2 = "1.0.9"
9quote = "1.0"
10
11[dependencies.syn]
12version = "1.0"
13features = ["full"]
14
15[lib]
16proc-macro = true