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 | |
parent | a4e98bf35f1d1e55c6471aba51851f122e018370 (diff) |
rename to fondant
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | fondant_derive/.gitignore (renamed from confondant_derive/.gitignore) | 0 | ||||
-rw-r--r-- | fondant_derive/Cargo.toml (renamed from confondant_derive/Cargo.toml) | 2 | ||||
-rw-r--r-- | fondant_derive/src/lib.rs (renamed from confondant_derive/src/lib.rs) | 2 |
4 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | [package] | 1 | [package] |
2 | name = "confondant" | 2 | name = "fondant" |
3 | version = "0.1.0" | 3 | version = "0.1.0" |
4 | authors = ["Akshay <[email protected]>"] | 4 | authors = ["Akshay <[email protected]>"] |
5 | edition = "2018" | 5 | edition = "2018" |
diff --git a/confondant_derive/.gitignore b/fondant_derive/.gitignore index 088ba6b..088ba6b 100644 --- a/confondant_derive/.gitignore +++ b/fondant_derive/.gitignore | |||
diff --git a/confondant_derive/Cargo.toml b/fondant_derive/Cargo.toml index 4b94b57..73a3a19 100644 --- a/confondant_derive/Cargo.toml +++ b/fondant_derive/Cargo.toml | |||
@@ -1,5 +1,5 @@ | |||
1 | [package] | 1 | [package] |
2 | name = "confondant_derive" | 2 | name = "fondant_derive" |
3 | version = "0.1.0" | 3 | version = "0.1.0" |
4 | authors = ["Akshay <[email protected]>"] | 4 | authors = ["Akshay <[email protected]>"] |
5 | edition = "2018" | 5 | edition = "2018" |
diff --git a/confondant_derive/src/lib.rs b/fondant_derive/src/lib.rs index 076a66e..5584d84 100644 --- a/confondant_derive/src/lib.rs +++ b/fondant_derive/src/lib.rs | |||
@@ -67,7 +67,7 @@ fn gen_impl(ast: &DeriveInput, filename: String, filetype: String) -> TokenStrea | |||
67 | let (ser, ser_fn) = map_ser(&filetype); | 67 | let (ser, ser_fn) = map_ser(&filetype); |
68 | 68 | ||
69 | let gen = quote! { | 69 | let gen = quote! { |
70 | use ::confondant::{ ProjectDirs, toml, serde_json, serde_yaml, FondantError }; | 70 | use ::fondant::{ ProjectDirs, toml, serde_json, serde_yaml, FondantError }; |
71 | use ::std::path::{ Path, PathBuf }; | 71 | use ::std::path::{ Path, PathBuf }; |
72 | use ::std::option::Option; | 72 | use ::std::option::Option; |
73 | use ::std::fs::{self, File, OpenOptions}; | 73 | use ::std::fs::{self, File, OpenOptions}; |