Update metadata attributes
This commit is contained in:
parent
34537324ae
commit
df921a105f
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
#[link(name = "omath",
|
#[link(name = "omath",
|
||||||
vers = "0.1",
|
vers = "0.1",
|
||||||
author = "Brendan Zabarauskas")];
|
author = "Brendan Zabarauskas",
|
||||||
|
url = "https://github.com/bjz/omath-rs")];
|
||||||
|
|
||||||
#[comment = "Linear algebra library for Rust. Incomplete and probably buggy."];
|
#[comment = "A generic linear algebra library."];
|
||||||
#[license = "APL2"];
|
#[license = "APL2"];
|
||||||
#[crate_type = "lib"];
|
#[crate_type = "lib"];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue