diff --git a/Cargo.toml b/Cargo.toml index 9829a5c..7442ca1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,15 +4,13 @@ workspace = { members = ["rszlm-sys"] } name = "rszlm" version = "0.1.0" edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html authors = ["shiben"] description = "ZLMediaKit rust api" -repository = "https://github.com/benshi/rszlm" +repository = "https://github.com/BenLocal/rszlm" keywords = ["zlm", "zlmediakit", "rszlm"] [dependencies] -rszlm-sys = { path = "./rszlm-sys" } +rszlm-sys = { path = "./rszlm-sys", version = "0.1.0" } once_cell = "1.8" anyhow = "1" diff --git a/rszlm-sys/Cargo.toml b/rszlm-sys/Cargo.toml index ee10c7b..d6bb3ea 100644 --- a/rszlm-sys/Cargo.toml +++ b/rszlm-sys/Cargo.toml @@ -2,8 +2,10 @@ name = "rszlm-sys" version = "0.1.0" edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +authors = ["shiben"] +description = "ZLMediaKit rust ffi api" +repository = "https://github.com/BenLocal/rszlm" +keywords = ["zlm", "zlmediakit", "rszlm"] [dependencies] openssl-sys = { version = "0.9", optional = true }