From b91678b827648e883186b4bb2dc39a0a5f07e3cb Mon Sep 17 00:00:00 2001 From: ringsaturn Date: Sat, 15 Jul 2023 11:44:34 +0800 Subject: [PATCH] Fix LICENSE in crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe93db3..1898bc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "geometry-rs" version = "0.2.1" edition = "2021" -license-file = "LICENSE" +license = "MIT" description = "geometry utils" homepage = "https://github.com/ringsaturn/geometry-rs" documentation = "https://docs.rs/geometry-rs/latest/geometry_rs/"