Update Cargo.toml

main
HTGAzureX1212 2022-01-03 20:13:38 +08:00 committed by GitHub
parent a1567d7b91
commit b04ed351ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,10 +4,10 @@ version = "0.1.0"
edition = "2018"
authors = [ "The LibM Team of HaruxOS" ]
description = "A port of `libm` that has all the required no_mangle and extern-cs for linking."
license = "Apache-2.0"
license = "MIT"
[dependencies]
libm = "0.2.1"
[features]
libm-unstable = ["libm/unstable"]
libm-unstable = ["libm/unstable"]