From 83a7384d86d8fb084bad1475f8e6bd46d01f4812 Mon Sep 17 00:00:00 2001 From: phoenix Date: Tue, 21 Jul 2026 15:14:13 -0400 Subject: [PATCH] Adding license --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d85cfe7..abba574 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,8 @@ name = "soaricarus_api" version = "0.5.2" edition = "2024" rust-version = "1.95" +license = "MIT" +description = "Core API for interacting with soaricarus" [dependencies] axum = { version = "0.8.9", features = ["multipart"] }