9 lines
149 B
TOML
Raw Normal View History

[package]
name = "rust_nbody"
version = "0.1.0"
authors = ["MaxGraey <maxgraey@gmail.com>"]
[lib]
path = "src/lib.rs"
crate-type = ["cdylib"]