summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index aa34764..5b010e4 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,13 @@ is evaluated on top of the previous.
See the [examples](https://github.com/mehcode/config-rs/tree/master/examples) for
more usage information.
+## Roadmap
+ - [ ] Read from remote source — [etcd](https://github.com/jimmycuadra/rust-etcd) and [consul](https://github.com/stusmall/consul-rust)
+ - [ ] Read from YAML files
+ - [ ] Read from Libconfig files
+
+All suggestions are welcome. Please make an issue.
+
## License
config-rs is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).