21 lines
298 B
TOML
21 lines
298 B
TOML
[package]
|
|
name = "szun"
|
|
version = "0.1.0"
|
|
repository = "https://git.yukiri.dev/Suzu/szun"
|
|
readme = "README.md"
|
|
license-file = "LICENSE.txt"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[build-dependencies]
|
|
cc = "1.0"
|
|
|
|
[dependencies]
|
|
num = "0.4.3"
|
|
|
|
[profile.dev]
|
|
opt-level = 0
|
|
|
|
[profile.release]
|
|
opt-level = 3
|