From 1d54059ef16a317d2f476bec989276f96a9edf1e Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sun, 6 Oct 2019 00:57:24 +0200 Subject: Initial release --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..8323ecc --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "brainrust" +version = "1.0.0" +authors = ["Reiner Herrmann "] +edition = "2018" +license = "GPL-3.0-or-later" -- cgit v1.2.3