Files
furumi-ng/furumi-common/Cargo.toml
Ultradesu 0f49d8d079
All checks were successful
Build and Publish Deb Package / build-deb (push) Successful in 59s
Publish Server Image / build-and-push-image (push) Successful in 4m28s
Furumi: Added web ui with OIDC SSO
2026-03-17 14:53:16 +00:00

13 lines
186 B
TOML

[package]
name = "furumi-common"
version = "0.3.1"
edition = "2024"
[dependencies]
prost = "0.13.5"
tonic = "0.12.3"
[build-dependencies]
protobuf-src = "2.1.1"
tonic-build = "0.12.3"