faasd-in-rust/service/Cargo.toml
2025-01-25 19:43:37 +08:00

14 lines
290 B
TOML

[package]
name = "service"
version = "0.1.0"
edition = "2021"
[dependencies]
containerd-client = "0.6"
tokio = { version = "1", features = ["full"] }
tonic = "0.12"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
log = "0.4"
env_logger = "0.10"
prost-types = "0.13.4"