mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-25 07:35:50 -04:00
14 lines
291 B
TOML
14 lines
291 B
TOML
[package]
|
|
name = "std_float"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
core_simd = { path = "../core_simd", default-features = false }
|
|
|
|
[features]
|
|
default = ["as_crate"]
|
|
as_crate = []
|