diff options
Diffstat (limited to 'build/rust/oslog/Cargo.toml')
-rw-r--r-- | build/rust/oslog/Cargo.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/build/rust/oslog/Cargo.toml b/build/rust/oslog/Cargo.toml new file mode 100644 index 0000000000..fa647f9646 --- /dev/null +++ b/build/rust/oslog/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "oslog" +version = "0.1.999" +edition = "2018" +license = "MIT" + +[lib] +path = "lib.rs" + +[dependencies.log] +version = "0.4" +default-features = false + +[features] +logger = [] |