Files
hakorune/crates/nyrt/Cargo.toml
2025-09-10 23:46:53 +09:00

13 lines
165 B
TOML

[package]
name = "nyrt"
version = "0.1.0"
edition = "2021"
[lib]
name = "nyrt"
crate-type = ["staticlib", "rlib"]
[dependencies]
nyash-rust = { path = "../../" }