RuneFactory/src/main/rust/cargo.toml
2023-08-16 09:00:58 -04:00

9 lines
127 B
TOML

[package]
name = "hello_world"
version = "0.1.0"
edition = "2021"
[dependencies]
[build]
rustflags = ["-C", "prefer-dynamic"]