mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
23 lines
441 B
TOML
23 lines
441 B
TOML
[package]
|
|
name = "lock-analyzer"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
keywords.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
ron.workspace = true
|
|
anyhow.workspace = true
|
|
|
|
[dependencies.serde]
|
|
workspace = true
|
|
features = ["default", "serde_derive"]
|
|
|
|
[lints.clippy]
|
|
disallowed_types = "allow"
|