Skip to content

Commit

Permalink
correction toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
leonovk committed Apr 21, 2024
1 parent 34df32a commit 4441664
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ version = "1.4.3"
authors = ["Kirill Leonov <leonov7632@gmail.com>"]
edition = "2021"
repository = "https://github.com/leonovk/minicode"
homepage = "https://github.com/leonovk/minicode"
license = "GPL-3.0 license"
description = "Esoteric programming language"
exclude = [
".github",
"docs",
]

[dependencies]
clap = { version = "4.5.4", features = ["derive"] }
Expand Down

0 comments on commit 4441664

Please sign in to comment.