Skip to content

Commit

Permalink
add crate metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
sornas committed Apr 8, 2021
1 parent 5aca6fd commit 4b15c06
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
6 changes: 5 additions & 1 deletion mumctl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name = "mumctl"
version = "0.3.1"
authors = ["Gustav Sörnäs <[email protected]>",
"Eskil Queseth <[email protected]>"]
license = "MIT"
edition = "2018"
description = """
CLI controller for mumd.
"""
repository = "https://github.com/sornas/mum"
license = "MIT"

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

Expand Down
6 changes: 5 additions & 1 deletion mumd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name = "mumd"
version = "0.3.1"
authors = ["Gustav Sörnäs <[email protected]>",
"Eskil Queseth <[email protected]>"]
license = "MIT"
edition = "2018"
description = """
Mumble client daemon.
"""
repository = "https://github.com/sornas/mum"
license = "MIT"

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

Expand Down
7 changes: 5 additions & 2 deletions mumlib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ version = "0.3.1"
authors = ["Gustav Sörnäs <[email protected]>",
"Eskil Queseth <[email protected]>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
description = """
Exposed parts of mum.
"""
repository = "https://github.com/sornas/mum"
license = "MIT"

[dependencies]
colored = "2.0"
Expand Down

0 comments on commit 4b15c06

Please sign in to comment.