mirror of
https://github.com/pfzetto/rebacs
synced 2024-11-21 18:52:50 +01:00
19 lines
447 B
TOML
19 lines
447 B
TOML
|
[package]
|
||
|
name = "permission"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
serde = { version="1.0", features=["derive"] }
|
||
|
tokio = { version = "1.27.0", features = ["full"] }
|
||
|
log = "0.4.17"
|
||
|
pretty_env_logger = "0.4.0"
|
||
|
dotenvy = "0.15.7"
|
||
|
tonic = { version="0.9.2", features=["tls"] }
|
||
|
prost = "0.11.9"
|
||
|
|
||
|
[build-dependencies]
|
||
|
tonic-build = "0.9.2"
|