···11+[package]
22+name = "safir-core"
33+version = "0.1.0"
44+edition = "2021"
55+description = "Internal lib used to build Safir and Safir-mem"
66+77+[dependencies]
88+colored = "2.0.4"
99+dirs = "5.0.1"
1010+psutil = "3.2.2"
1111+rubin = "0.3.1"
1212+serde = { version = "1.0.188", features = ["derive"] }
1313+serde_json = "1.0.105"
1414+sysinfo = "0.29.9"
1515+tokio = { version = "1.32.0", features = ["full"] }
1616+which = "4.4.0"
+4
safir-core/src/lib.rs
···11+pub mod config;
22+pub mod disk;
33+pub mod mem;
44+pub mod utils;
+9
safir-mem/CHANGELOG.md
···11+# Change Log
22+33+Documenting changes between versions
44+55+## v0.2.0
66+77+Moved the core of the control to a new internal library called `safir-core`
88+99+No changes to operation but merits a version bump