Skip to content

Commit

Permalink
Add more fields on Cargo.toml for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
KOBA789 committed Apr 14, 2023
1 parent f6a70b3 commit 5ece5be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tlmcmddb-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "tlmcmddb-cli"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "C2A TlmCmd DB utility"
repository = "https://github.com/arkedge/c2a-tlmcmddb"

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

Expand Down
2 changes: 2 additions & 0 deletions tlmcmddb-csv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "tlmcmddb-csv"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "C2A TlmCmd DB CSV parser"
repository = "https://github.com/arkedge/c2a-tlmcmddb"

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

Expand Down
2 changes: 2 additions & 0 deletions tlmcmddb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "tlmcmddb"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "C2A TlmCmd DB data model"
repository = "https://github.com/arkedge/c2a-tlmcmddb"

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

Expand Down

0 comments on commit 5ece5be

Please sign in to comment.