summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorÁrni Dagur <arni@dagur.eu>2020-05-16 14:48:41 -0400
committerGitHub <noreply@github.com>2020-05-16 14:48:41 -0400
commit94d1d60945ecf2756524beb7345f4faae8ca99af (patch)
treeebad8107a8a9cf47d7ca4f566d5dea0b06631541 /Cargo.toml
parent5f82e7566cd7f225c2375657713a34d5d71098ba (diff)
Add a README and a license to the project (#4)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ef5bb13..14f7e41 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,7 @@ publish = false
4version = "0.2.0" 4version = "0.2.0"
5authors = ["Árni Dagur <arni@dagur.eu"] 5authors = ["Árni Dagur <arni@dagur.eu"]
6edition = "2018" 6edition = "2018"
7license = "MIT OR Apache-2.0"
7 8
8[profile.release] 9[profile.release]
9debug = true 10debug = true