Skip to content

Commit

Permalink
fix cargo publish error
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLocal committed Jun 23, 2024
1 parent e7f61db commit 8fb368e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
9 changes: 4 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ 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"]
authors = ["shiben. <benshi0v0@gmail.com>"]
description = "ZLMediaKit rust api"
repository = "https://github.com/benshi/rszlm"
repository = "https://github.com/BenLocal/rszlm"
keywords = ["zlm", "zlmediakit", "rszlm"]
license = "MIT"

[dependencies]
rszlm-sys = { path = "./rszlm-sys" }
rszlm-sys = { path = "./rszlm-sys", version = "0.1.0" }
once_cell = "1.8"
anyhow = "1"

Expand Down
7 changes: 5 additions & 2 deletions rszlm-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
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. <benshi0v0@gmail.com>"]
description = "ZLMediaKit rust ffi api"
repository = "https://github.com/BenLocal/rszlm"
keywords = ["zlm", "zlmediakit", "rszlm", "rszlm-sys"]
license = "MIT"

[dependencies]
openssl-sys = { version = "0.9", optional = true }
Expand Down

0 comments on commit 8fb368e

Please sign in to comment.