summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-04-19 17:26:12 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-04-19 17:26:12 +0200
commit1c9a6605dccc2916ce9c5d021514995f8fc83d72 (patch)
tree37bea927c5a22e4c52d2e38cd97862798bf36682 /Cargo.toml
parent214dc5bc82dc697913a1852c568494dca2a9885e (diff)
Add a license
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml14
1 files changed, 11 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 72f7a13..2e9d506 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,15 @@
[package]
name = "shackle"
version = "0.1.0"
+authors = ["Justin Wernick <justin@worthe-it.co.za>"]
edition = "2021"
+description = "A shell for restricting access on a version control server"
+readme = "readme.org"
+# TODO: homepage = ""
+repository = "https://code.worthe-it.co.za/shackle.git/"
+license = "MIT"
+# TODO: keywords = []
+# TODO: categories = ""
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -30,7 +38,7 @@ opt-level = 3
# infrequently, and having this on breaks sccache
incremental = false
-[workspace]
-
[profile.release]
-lto = true \ No newline at end of file
+lto = true
+
+[workspace]