rust/Cargo.toml
Paul Campbell e21241af99
Some checks failed
/ test (map[name:1.74.1]) (push) Failing after 8s
/ test (map[name:stable]) (push) Failing after 28s
/ test (map[name:nightly]) (push) Failing after 21s
fix: should build with kxio dependency
2025-01-14 20:52:28 +00:00

9 lines
157 B
TOML

[package]
name = "rust"
version = "0.1.0"
edition = "2021"
[dependencies]
kxio = "5.0"
native-tls = "0.2"
tokio = { version = "1.43", features = ["full"] }