mirror of
https://github.com/ivabus/binhost
synced 2024-11-10 02:05:15 +03:00
11 lines
314 B
TOML
11 lines
314 B
TOML
[package]
|
|
name = "runner"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
libc = { version = "0.2.152", default-features = false }
|
|
ed25519-compact = { version = "2.0.6", default-features = false }
|
|
numtoa = "0.2.4" |