22 lines
742 B
TOML
22 lines
742 B
TOML
[package]
|
|
name = "tbm-git-repo-service"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
axum = "0.8.7"
|
|
env_logger = "0.11.8"
|
|
git2 = { version = "0.20.3", features = ["https", "ssh"] }
|
|
libgit2-sys = { version = "0.18.3", features = ["ssh"] }
|
|
libtbr = { git = "https://pakin-inspiron-15-3530.tail110d9.ts.net/pakin/libtbr.git", version = "0.1.1" }
|
|
log = "0.4.29"
|
|
prost = "0.14.1"
|
|
reqwest = { version = "0.12.25", features = ["json"] }
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
serde_json = { version = "1.0.145", features = ["preserve_order"] }
|
|
tokio = { version = "1.48.0", features = ["full"] }
|
|
tonic = { version = "0.14.2", features = ["transport"] }
|
|
tonic-prost = "0.14.2"
|
|
|
|
[build-dependencies]
|
|
tonic-prost-build = "0.14.2"
|