mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-12-25 09:59:21 +01:00
a9d9a38e9d
Some checks failed
CI (Pinnacle) / Build (push) Has been cancelled
CI (Pinnacle) / Run tests (push) Has been cancelled
CI (Pinnacle) / Check formatting (push) Has been cancelled
CI (Pinnacle) / Clippy check (push) Has been cancelled
Build and Publish Lua Docs / Build (push) Has been cancelled
Build Rust Docs / Build docs (push) Has been cancelled
25 lines
565 B
TOML
25 lines
565 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 = { workspace = true }
|
|
futures = { workspace = true }
|
|
xdg = { workspace = true }
|
|
xkbcommon = { workspace = true }
|
|
from_variants = "1.0.2"
|
|
tracing = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
hyper-util = { workspace = true }
|
|
|
|
[lints.rust]
|
|
missing_docs = "warn"
|
|
|
|
[lints.clippy]
|
|
too_many_arguments = "allow"
|
|
type_complexity = "allow"
|