beteran-common-rust/Cargo.toml

24 lines
586 B
TOML
Raw Normal View History

2022-08-04 13:13:42 +00:00
[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]
2022-08-28 16:29:45 +00:00
chrono = { version = "0" }
2022-08-27 06:03:12 +00:00
jsonwebtoken = { version = "8" }
lazy_static = { version = "1" }
prost = { version = "0" }
2022-08-04 13:13:42 +00:00
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1" }
2022-08-30 08:39:02 +00:00
beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.85-snapshot" }
2022-08-04 13:13:42 +00:00
[build-dependencies]