Skip to content

Commit

Permalink
Add info to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mroik committed May 9, 2024
1 parent b183150 commit 33243db
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
[package]
name = "fitch"
version = "0.1.0"
version = "0.0.1"
authors = ["Mroik <[email protected]>"]
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
Expand Down

0 comments on commit 33243db

Please sign in to comment.