aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-03-19 12:04:11 +0000
committerAkshay <[email protected]>2020-03-19 12:04:11 +0000
commit520ec423bd1b052823e6489a58663191885f5942 (patch)
tree5c320adf4f622e8e2ebb743c1a269a73af9922bd
parenta4a7d107fe2c82b1070a72dcf5a6cf5decdaf960 (diff)
add roadmap, remove extra deps
-rw-r--r--fondant_derive/Cargo.toml1
-rw-r--r--readme.md7
2 files changed, 7 insertions, 1 deletions
diff --git a/fondant_derive/Cargo.toml b/fondant_derive/Cargo.toml
index b93b8a0..73a3a19 100644
--- a/fondant_derive/Cargo.toml
+++ b/fondant_derive/Cargo.toml
@@ -7,7 +7,6 @@ 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"
11 10
12[dependencies.syn] 11[dependencies.syn]
13version = "1.0" 12version = "1.0"
diff --git a/readme.md b/readme.md
index 1e6de1e..a4befd9 100644
--- a/readme.md
+++ b/readme.md
@@ -38,3 +38,10 @@ with the defaults:
38#[config_file = "my_app_config.yaml"] 38#[config_file = "my_app_config.yaml"]
39#[config_file = "~/.app.conf.json"] 39#[config_file = "~/.app.conf.json"]
40``` 40```
41
42### todo
43
44[] improve error from trait impl
45[] use `syn::Error` and `syn::Result` to report macro errors
46[] write docs
47[] bundle and publish to crates.io