| 1234567891011121314151617 |
- [package]
- name = "em_fs"
- version = "0.1.0"
- edition = "2021"
- [lib]
- name = "em_fs"
- crate-type = ["staticlib"]
- [features]
- default = []
- enable-log = ["em_component_log/enable-log"]
- [dependencies]
- rt-rust = { path = "../../../core" }
- rt_macros = { path = "../../../rt_macros" }
- em_component_log = { path = "../../component/log"}
|