diff --git a/Cargo.toml b/Cargo.toml index 899aea2..36ca75a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,12 @@ [package] name = "fitch" -version = "0.1.0" +version = "0.0.1" +authors = ["Mroik "] +description = "This is an implementation of a proof assistant using the fitch notation" +readme = "README.md" +repository = "https://github.com/Mroik/fitch" +license = "MIT" +license-file = "LICENSE" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html