fix(?) toml formatting by taplo

This commit is contained in:
eugineerd 2025-07-16 22:16:22 +00:00
parent bc3e4ca5d8
commit b9a5e45d09

View File

@ -32,7 +32,7 @@ proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "2.0", features = ["full", "extra-traits"] }
uuid = { version = "1.13.1", default-features = false, features = [
"v4",
"v4",
], optional = true }
[target.'cfg(target_arch = "wasm32")'.dependencies]