1
0
mirror of https://github.com/Tim-Paik/neutauri.git synced 2024-10-12 23:29:41 +00:00
2022-02-04 01:08:15 +08:00

14 lines
239 B
TOML

[package]
edition = "2021"
name = "neutauri_runtime"
version = "0.1.0"
[dependencies]
bincode = "1.3"
brotli = "3.3"
serde = {version = "1.0", features = ["derive"]}
wry = "0.12"
[target.'cfg(windows)'.build-dependencies]
winres = "0.1"