rust/Cargo.toml
Paul Campbell e24ec14252
Some checks failed
/ test (map[name:stable]) (push) Failing after 1m37s
/ test (map[name:nightly]) (push) Failing after 1m32s
fix: should build with kxio dependency
2025-01-16 08:26:59 +00:00

9 lines
196 B
TOML

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