diff options
author | Akshay <[email protected]> | 2020-03-15 16:37:03 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-03-15 16:37:03 +0000 |
commit | 57d5f1b806fdfe2a9db6a37b2761a5291252c76b (patch) | |
tree | f546f87cf375c87b43850c727c55fcb7a6755766 /confondant_derive/Cargo.toml | |
parent | a4e98bf35f1d1e55c6471aba51851f122e018370 (diff) |
rename to fondant
Diffstat (limited to 'confondant_derive/Cargo.toml')
-rw-r--r-- | confondant_derive/Cargo.toml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/confondant_derive/Cargo.toml b/confondant_derive/Cargo.toml deleted file mode 100644 index 4b94b57..0000000 --- a/confondant_derive/Cargo.toml +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | [package] | ||
2 | name = "confondant_derive" | ||
3 | version = "0.1.0" | ||
4 | authors = ["Akshay <[email protected]>"] | ||
5 | edition = "2018" | ||
6 | |||
7 | [dependencies] | ||
8 | proc-macro2 = "1.0.9" | ||
9 | quote = "1.0" | ||
10 | |||
11 | [dependencies.syn] | ||
12 | version = "1.0" | ||
13 | features = ["full"] | ||
14 | |||
15 | [lib] | ||
16 | proc-macro = true | ||