From 1c9a6605dccc2916ce9c5d021514995f8fc83d72 Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Wed, 19 Apr 2023 17:26:12 +0200 Subject: Add a license --- Cargo.toml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') 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 "] 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] -- cgit v1.2.3