2021-08-06 09:54:24 -05:00
|
|
|
[package]
|
|
|
|
name = "externc-libm"
|
|
|
|
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."
|
2021-08-06 10:15:59 -05:00
|
|
|
license = "MPL-2.0"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
libm = "0.2.1"
|