mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-28 08:31:52 +08:00
13 lines
237 B
TOML
13 lines
237 B
TOML
[package]
|
|
name = "capture"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
|
|
[build-dependencies]
|
|
cc = "1.0"
|
|
bindgen = "0.59" |