beteran-common-rust/Cargo.toml
2022-08-29 08:22:32 +00:00

24 lines
586 B
TOML

[package]
name = "beteran-common-rust"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "beteran_common_rust"
path = "./src/lib.rs"
[dependencies]
chrono = { version = "0" }
jsonwebtoken = { version = "8" }
lazy_static = { version = "1" }
prost = { version = "0" }
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1" }
beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.82-snapshot" }
[build-dependencies]