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 918387b commit 0ba2d4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[package]
name = "fitch"
version = "0.1.0"
version = "0.0.1"
authors = ["Mroik <mroik@delayed.space>"]
description = "This is an implementation of a proof assistant using the fitch notation"
readme = "README.md"
repository = "https://github.com/Mroik/fitch"
license = "MIT"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 0ba2d4e

Please sign in to comment.