From 9f825ddf462298897dd28cb4cad7007d0b685858 Mon Sep 17 00:00:00 2001 From: Jonathan Strong Date: Fri, 24 Apr 2020 00:34:20 -0400 Subject: [PATCH] fix license --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 83c8d74..e08babb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ description = "kind of like the http crate, except about tradeable markets" homepage = "https://git.jstrong.dev/jstrong/markets" repository = "https://git.jstrong.dev/jstrong/markets" readme = "README.md" -license = "LICENSE" +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html