preen-os 0.1.0

Operating System abstraction layer for Preen, implementing platform-specific logic.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "preen-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d40117628a12b1ac329eda0e9fa439b29e81bb6eec30d5ccfc77d4c5791fc313"

[[package]]
name = "preen-os"
version = "0.1.0"
dependencies = [
 "preen-core",
]