docs: Add information to cargo.toml
This commit is contained in:
parent
ea7a032c95
commit
845ba2fd33
@ -2,6 +2,9 @@
|
||||
name = "dental-notation"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
repository = "https://git.barthes.xyz/guilhem/dental-notation"
|
||||
license = "GPL-3.0-or-later"
|
||||
categories = ["parsing"]
|
||||
|
||||
[dependencies]
|
||||
owo-colors = "3"
|
@ -2,8 +2,9 @@
|
||||
name = "dental-notation-cli"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
repository = "https://git.barthes.xyz/guilhem/dental-notation-cli"
|
||||
license = "GPL-3.0-or-later"
|
||||
categories = ["parsing", "command-line-utilities"]
|
||||
|
||||
[dependencies]
|
||||
clap = {version = "3.2.5", features = [ "derive" ] }
|
||||
|
Loading…
Reference in New Issue
Block a user