Add Cargo.toml.

This commit is contained in:
Sébastien Crozet 2014-06-24 19:25:57 +02:00
parent ecbc159521
commit 997cd4f888
1 changed files with 11 additions and 0 deletions

11
Cargo.toml Normal file
View File

@ -0,0 +1,11 @@
[package]
name = "nalgebra"
version = "0.1.0"
authors = [ "developer@crozet.re" ]
[[lib]]
name = "nalgebra"
crate_type = [ "dylib", "staticlib" ]
path = "src/lib.rs"