utilities/Cargo.toml
RenovateBot e00c6efcb5
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 9m21s
Update Rust crate anyhow to 1.0.84
2024-05-17 18:09:23 +00:00

21 lines
535 B
TOML

[package]
name = "utilities"
version = "0.1.0"
authors = ["hodasemi <michaelh.95@t-online.de>"]
edition = "2021"
[dependencies]
cgmath = { version = "0.18.0", features = ["swizzle", "serde"] }
rand = "0.8.5"
backtrace = "0.3.70"
assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" }
anyhow = { version = "1.0.84", features = ["backtrace"] }
reprc_proc_macro = { path = "src/reprc_proc_macro" }
# networking
serde = { version = "1.0.202", features = ["derive"] }
[dev-dependencies]
serde_json = { version = "1.0.117" }