From fa0401b43c6e872f7305deec01f7a72b2ded5b1f Mon Sep 17 00:00:00 2001 From: drobson03 <17976794+drobson03@users.noreply.github.com> Date: Mon, 4 Oct 2021 00:59:30 +1000 Subject: [PATCH] Add license to cargo.toml --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"] }