aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2019-10-06 00:57:24 +0200
committerReiner Herrmann <reiner@reiner-h.de>2019-10-06 01:20:44 +0200
commit1d54059ef16a317d2f476bec989276f96a9edf1e (patch)
tree290299675493a749f46f54b9facba8bb34c8a233 /Cargo.toml
Initial release
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
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 <reiner@reiner-h.de>"]
+edition = "2018"
+license = "GPL-3.0-or-later"