mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-26 15:32:16 +00:00
13 lines
193 B
TOML
13 lines
193 B
TOML
[package]
|
|
name = "rust_nbody"
|
|
version = "0.1.0"
|
|
authors = ["MaxGraey <maxgraey@gmail.com>"]
|
|
|
|
[lib]
|
|
path = "src/lib.rs"
|
|
crate-type = ["cdylib"]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
opt-level = 3
|