Update Cargo.toml
This commit is contained in:
parent
b9a4d4db1c
commit
5577ac0e98
|
@ -4,10 +4,10 @@ version = "0.1.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = [ "The LibM Team of HaruxOS" ]
|
authors = [ "The LibM Team of HaruxOS" ]
|
||||||
description = "A port of `libm` that has all the required no_mangle and extern-cs for linking."
|
description = "A port of `libm` that has all the required no_mangle and extern-cs for linking."
|
||||||
license = "Apache-2.0"
|
license = "MIT"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libm = "0.2.1"
|
libm = "0.2.1"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
libm-unstable = ["libm/unstable"]
|
libm-unstable = ["libm/unstable"]
|
||||||
|
|
Loading…
Reference in a new issue