aboutsummaryrefslogtreecommitdiff
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
parenta4e98bf35f1d1e55c6471aba51851f122e018370 (diff)
rename to fondant
-rw-r--r--Cargo.toml2
-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
diff --git a/Cargo.toml b/Cargo.toml
index fd65091..a0d5658 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
1[package] 1[package]
2name = "confondant" 2name = "fondant"
3version = "0.1.0" 3version = "0.1.0"
4authors = ["Akshay <[email protected]>"] 4authors = ["Akshay <[email protected]>"]
5edition = "2018" 5edition = "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]
2name = "confondant_derive" 2name = "fondant_derive"
3version = "0.1.0" 3version = "0.1.0"
4authors = ["Akshay <[email protected]>"] 4authors = ["Akshay <[email protected]>"]
5edition = "2018" 5edition = "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};