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 --- Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..afd8ad5 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "dialog" +version = "0.1.0" +authors = ["Robin Krahl "] +edition = "2018" +repository = "https://git.ireas.org/dialog-rs/" +documentation = "https://docs.rs/dialog" +description = "Display dialog boxes using various backends" +keywords = ["ui", "dialog"] +categories = ["command-line-interface", "gui"] +readme = "README.md" +license = "MIT" + +[dependencies] -- cgit v1.2.1