Add license to cargo.toml
This commit is contained in:
parent
e3eeea4b5d
commit
fa0401b43c
1 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,7 @@
|
|||
name = "speedtest-rs"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
license = "LGPL-3.0+"
|
||||
|
||||
[dependencies]
|
||||
rocket = { version = "0.5.0-rc.1", features = ["json"] }
|
||||
|
|
Loading…
Reference in a new issue