feature/prepare-for-packaging #2

Merged
guilhem merged 13 commits from feature/prepare-for-packaging into main 2022-09-02 21:07:27 +00:00
2 changed files with 6 additions and 2 deletions
Showing only changes of commit 845ba2fd33 - Show all commits

View File

@@ -2,6 +2,9 @@
name = "dental-notation" name = "dental-notation"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
repository = "https://git.barthes.xyz/guilhem/dental-notation"
license = "GPL-3.0-or-later"
categories = ["parsing"]
[dependencies] [dependencies]
owo-colors = "3" owo-colors = "3"

View File

@@ -2,8 +2,9 @@
name = "dental-notation-cli" name = "dental-notation-cli"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
repository = "https://git.barthes.xyz/guilhem/dental-notation-cli"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html license = "GPL-3.0-or-later"
categories = ["parsing", "command-line-utilities"]
[dependencies] [dependencies]
clap = {version = "3.2.5", features = [ "derive" ] } clap = {version = "3.2.5", features = [ "derive" ] }