Skip to content

Commit

Permalink
fix cargo publish error
Browse files Browse the repository at this point in the history
fix cargo publish error
  • Loading branch information
BenLocal committed Jun 23, 2024
1 parent e7f61db commit a10ba0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
6 changes: 4 additions & 2 deletions rszlm-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit a10ba0f

Please sign in to comment.