2024-12-16 04:41:45 +01:00
|
|
|
[package]
|
|
|
|
name = "snowcap-api"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
snowcap-api-defs = { workspace = true }
|
|
|
|
tokio = { workspace = true }
|
|
|
|
tokio-stream = { workspace = true }
|
|
|
|
tonic = { workspace = true }
|
2024-12-16 21:50:42 +01:00
|
|
|
tower = { workspace = true }
|
|
|
|
futures = { workspace = true }
|
2024-12-16 04:41:45 +01:00
|
|
|
xdg = { workspace = true }
|
|
|
|
xkbcommon = { workspace = true }
|
|
|
|
from_variants = "1.0.2"
|
|
|
|
tracing = { workspace = true }
|
2024-12-16 21:50:42 +01:00
|
|
|
thiserror = { workspace = true }
|
2024-12-16 06:36:30 +01:00
|
|
|
hyper-util = { workspace = true }
|
2024-12-16 04:41:45 +01:00
|
|
|
|
|
|
|
[lints.rust]
|
|
|
|
missing_docs = "warn"
|
|
|
|
|
|
|
|
[lints.clippy]
|
|
|
|
too_many_arguments = "allow"
|
|
|
|
type_complexity = "allow"
|