add license and readme to cargo.toml

This commit is contained in:
tuna2134
2024-09-11 10:30:17 +00:00
parent ab7fc0b4da
commit 13fd93d79f

View File

@@ -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