This repository has been archived on 2025-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
szun-old/Cargo.toml

20 lines
340 B
TOML

[package]
name = "szun"
version = "0.1.0"
repository = "https://git.yukiri.dev/Suzu/szun"
license-file = "LICENSE.txt"
edition = "2021"
publish = false
[build-dependencies]
cc = "1.0"
[dependencies]
yutil = { package = "util", git = "https://git.yukiri.dev/Yukiri/util.git" }
[profile.dev]
opt-level = 0
[profile.release]
opt-level = 3