Files
furumi-ng/furumi-common/Cargo.toml
Ultradesu a17ff322ad
All checks were successful
Build and Publish Deb Package / build-deb (push) Successful in 1m3s
Publish Server Image / build-and-push-image (push) Successful in 11m44s
Added web ui with OIDC SSO
2026-03-17 14:25:58 +00:00

13 lines
186 B
TOML

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