mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-04-27 16:02:16 +00:00
9 lines
149 B
TOML
9 lines
149 B
TOML
|
[package]
|
||
|
name = "rust_nbody"
|
||
|
version = "0.1.0"
|
||
|
authors = ["MaxGraey <maxgraey@gmail.com>"]
|
||
|
|
||
|
[lib]
|
||
|
path = "src/lib.rs"
|
||
|
crate-type = ["cdylib"]
|