mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 14:55:05 +00:00
19 lines
371 B
TOML
19 lines
371 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
|
||
|
|
||
|
[dependencies]
|
||
|
ron.workspace = true
|
||
|
anyhow.workspace = true
|
||
|
|
||
|
[dependencies.serde]
|
||
|
workspace = true
|
||
|
features = ["serde_derive"]
|