From 51fbe334bec0338b2525f347bcf3410a4d6d8195 Mon Sep 17 00:00:00 2001 From: Caleb Leinz Date: Mon, 21 Oct 2024 10:36:21 -0700 Subject: [PATCH] chore: Add license to crate manifest --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8f94e3c..2bf47ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "1.0.0" edition = "2021" authors = ["Caleb Leinz "] description = "Freedom API for Rustaceans" +license = "MIT" readme = "README.md" repository = "https://github.com/ATLAS-Space-Operations/rust-freedom-api" # Support for Async fn in traits