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"
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"] }