mirror of
https://github.com/pfzetto/rebacs
synced 2024-11-21 10:42:49 +01:00
20 lines
473 B
TOML
20 lines
473 B
TOML
[package]
|
|
name = "themis"
|
|
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"
|
|
sha2 = "0.10.6"
|
|
hex = "0.4.3"
|
|
|
|
[build-dependencies]
|
|
tonic-build = "0.9.2"
|