neutauri/neutauri_runtime/Cargo.toml

22 lines
383 B
TOML
Raw Normal View History

2022-01-26 17:02:17 +00:00
[package]
edition = "2021"
name = "neutauri_runtime"
version = "0.1.0"
[dependencies]
bincode = "1.3"
brotli = "3.3"
serde = {version = "1.0", features = ["derive"]}
2022-04-30 15:05:43 +00:00
wry = "0.15"
2022-02-03 17:08:15 +00:00
[target.'cfg(windows)'.build-dependencies]
winres = "0.1"
2022-05-01 09:19:55 +00:00
[package.metadata.winres]
FileDescription = ""
FileVersion = ""
LegalCopyright = ""
OriginalFilename = ""
ProductName = ""
ProductVersion = ""