mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-12-27 21:58:18 +01:00
25 lines
530 B
TOML
25 lines
530 B
TOML
|
[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 }
|
||
|
tower = { version = "0.4.13", features = ["util"] }
|
||
|
futures = "0.3.30"
|
||
|
xdg = { workspace = true }
|
||
|
xkbcommon = { workspace = true }
|
||
|
from_variants = "1.0.2"
|
||
|
tracing = { workspace = true }
|
||
|
thiserror = "1.0.62"
|
||
|
|
||
|
[lints.rust]
|
||
|
missing_docs = "warn"
|
||
|
|
||
|
[lints.clippy]
|
||
|
too_many_arguments = "allow"
|
||
|
type_complexity = "allow"
|