roc/crates/fs/Cargo.toml
Richard Feldman 9234427f30
Add no_std fs
2024-07-04 13:11:44 -04:00

12 lines
328 B
TOML

[package]
name = "fs"
description = "no_std filesystem access. These operations all use native OS strings and do not allocate."
authors.workspace = true
edition.workspace = true
license.workspace = true
version.workspace = true
[target.'cfg(windows)'.dependencies]
widestring = { version = "1.1.0", default-features = false }