From 31e1410bf3299301879171d5677f69925828844c Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 8 Jan 2019 04:53:45 +0100 Subject: Create project skeleton --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..ddd881b --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# dialog-rs + +A Rust library for displaying dialog boxes using various backends. + +[Documentation][] + +## Contact + +For bug reports, patches, feature requests or other messages, please send a +mail to [dialog-rs-dev@ireas.org][]. + +## License + +This project is licensed under the [MIT License][]. + +[Documentation]: https://docs.rs/dialog +[MIT license]: https://opensource.org/licenses/MIT -- cgit v1.2.1