vulkan_lib/assetpath/Cargo.toml
RenovateBot 7263900300
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 8m58s
Update Rust crate serde to 1.0.189
2023-10-14 02:05:17 +02:00

11 lines
282 B
TOML

[package]
name = "assetpath"
version = "0.1.0"
authors = ["hodasemi <michaelh.95@t-online.de>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0.189", features = ["derive"] }