diff --git a/Cargo.toml b/Cargo.toml index 0052d93..0a50ac4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }