diff options
author | Akshay <[email protected]> | 2020-03-19 12:04:11 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-03-19 12:04:11 +0000 |
commit | 520ec423bd1b052823e6489a58663191885f5942 (patch) | |
tree | 5c320adf4f622e8e2ebb743c1a269a73af9922bd | |
parent | a4a7d107fe2c82b1070a72dcf5a6cf5decdaf960 (diff) |
add roadmap, remove extra deps
-rw-r--r-- | fondant_derive/Cargo.toml | 1 | ||||
-rw-r--r-- | readme.md | 7 |
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] |
8 | proc-macro2 = "1.0.9" | 8 | proc-macro2 = "1.0.9" |
9 | quote = "1.0" | 9 | quote = "1.0" |
10 | directories = "2.0" | ||
11 | 10 | ||
12 | [dependencies.syn] | 11 | [dependencies.syn] |
13 | version = "1.0" | 12 | version = "1.0" |
@@ -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 | ||