summaryrefslogtreecommitdiffstats
path: root/build/rust/oslog/Cargo.toml
blob: fa647f9646f256aae14172e82b595eacbd4137c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 = []