summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: e0548bee76e5b61e13b867b0b2effef112de0b88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "authzd"
version = "0.1.0"
edition = "2024"

[[bin]]
name = "authzd"
path = "src/server.rs"

[dependencies]
envoy-types = "0.6.0"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
tonic = "*"

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