From 520ec423bd1b052823e6489a58663191885f5942 Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 19 Mar 2020 17:34:11 +0530 Subject: add roadmap, remove extra deps --- fondant_derive/Cargo.toml | 1 - readme.md | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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" [dependencies] proc-macro2 = "1.0.9" quote = "1.0" -directories = "2.0" [dependencies.syn] version = "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: #[config_file = "my_app_config.yaml"] #[config_file = "~/.app.conf.json"] ``` + +### todo + +[] improve error from trait impl +[] use `syn::Error` and `syn::Result` to report macro errors +[] write docs +[] bundle and publish to crates.io -- cgit v1.2.3