mirror of
https://github.com/faas-rs/faasd-in-rust.git
synced 2025-06-08 15:56:48 +00:00
14 lines
290 B
TOML
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" |