Skip to content
Cargo.toml 479 B
Newer Older
[package]
name = "rust-tfs"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
dotenv = "0.15.0"
futures = "0.3.26"
prost = "0.11.6"
surge-ping = "0.7.3"
tokio = { version = "1.25", features = ["macros", "rt-multi-thread"] }
tonic = "0.8.3"

[[bin]]
name = "tfsping"
path = "src/ping.rs"

[[bin]]
name = "tfsagent"
path = "src/agent.rs"

[build-dependencies]
tonic-build = "0.8.3"