3 Star 5 Fork 3

我是好人/wd_video

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 781 Bytes
一键复制 编辑 原始数据 按行查看 历史
我是好人 提交于 2020-12-23 19:03 . stream
[package]
name = "wd_video"
version = "0.0.1"
authors = ["wangdong <[email protected]>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
#wd_event = { path = "E:/rustproject/wd-event" }
wd_event = "0.1.2"
tokio = { version = "0.3.3", features = ["full"] }
chrono = { version = "0.4.16", features = ["serde","clock"]}
signal-hook = "0.1.16"
lazy_static = "1.4.0"
serde = { version = "1.0.105", features=["derive"] }
serde_json = "1.0.50"
serde_yaml = "0.8.11"
serde_urlencoded = "0.6.1"
toml = "0.5.7"
sys-info = "0.7.0"
cast_wd = "0.0.5"
once_cell = "1.4.1"
rust-crypto = "^0.2"
native-tls = "0.2.5"
rand = "0.7.3"
amf = "0.3.1"
byteorder = "1.3.4"
[dependencies.crossbeam-queue]
version = "0.3.1"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/yutiandou/wd_video.git
[email protected]:yutiandou/wd_video.git
yutiandou
wd_video
wd_video
master

搜索帮助