aboutsummaryrefslogtreecommitdiff
path: root/readme.md
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 /readme.md
parenta4a7d107fe2c82b1070a72dcf5a6cf5decdaf960 (diff)
add roadmap, remove extra deps
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md7
1 files changed, 7 insertions, 0 deletions
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