Add license and description to Cargo.toml
This commit is contained in:
parent
57c048ab83
commit
6ff29972c7
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
name = "mumble-rs"
|
name = "mumble-rs"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license = "MIT"
|
||||||
|
description = "A small simple crate to communicate with a mumble server"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.86"
|
anyhow = "1.0.86"
|
||||||
|
|
Loading…
Reference in a new issue