nalgebra/Cargo.toml

9 lines
183 B
TOML
Raw Normal View History

2014-06-25 01:25:57 +08:00
[package]
name = "nalgebra"
version = "0.1.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ] # FIXME: add the contributors.
2014-06-25 01:25:57 +08:00
[[lib]]
2014-07-23 01:58:26 +08:00
name = "nalgebra"
path = "src/lib.rs"