From 13fd93d79f0ca39fb11255afd90096cd3d645a49 Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Wed, 11 Sep 2024 10:30:17 +0000 Subject: [PATCH] add license and readme to cargo.toml --- sbv2_api/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sbv2_api/Cargo.toml b/sbv2_api/Cargo.toml index b1ac73a..1b4f54d 100644 --- a/sbv2_api/Cargo.toml +++ b/sbv2_api/Cargo.toml @@ -2,6 +2,9 @@ name = "sbv2_api" version = "0.1.0" edition = "2021" +license = "MIT" +readme = "README.md" +repository = "https://github.com/tuna2134/sbv2-api" [dependencies] anyhow.workspace = true