tbm-git-repo-service/Cargo.toml
Pakin 7f8b19353a v1: initialize
- git repo fetcher service, compatible with registry tbm

Signed-off-by: Pakin <pakin.t@forth.co.th>
2025-12-16 09:32:37 +07:00

22 lines
720 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://gitlab.forthrd.io/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"