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