vm/vm-gpu/Cargo.toml

15 lines
224 B
TOML

[package]
name = "vm-gpu"
version = "0.1.0"
edition = "2021"
[dependencies]
chrono = "0.4"
thiserror = "1.0"
log = "0.4"
async-trait = "0.1"
rand = "0.8"
[dev-dependencies]
tokio = { version = "1.0", features = ["full"] }