Add license to cargo.toml

This commit is contained in:
drobson03 2021-10-04 00:59:30 +10:00
parent e3eeea4b5d
commit fa0401b43c

View file

@ -2,8 +2,7 @@
name = "speedtest-rs" name = "speedtest-rs"
version = "0.1.0" version = "0.1.0"
edition = "2018" edition = "2018"
license = "LGPL-3.0+"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
rocket = { version = "0.5.0-rc.1", features = ["json"] } rocket = { version = "0.5.0-rc.1", features = ["json"] }