repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1857669 - Install libavcodec/libavutil for Selenium tests r=releng-reviewers...
[gecko.git]
/
build
/
rust
/
oslog
/
Cargo.toml
blob
fa647f9646f256aae14172e82b595eacbd4137c6
1
[package]
2
name = "oslog"
3
version = "0.1.999"
4
edition = "2018"
5
license = "MIT"
6
7
[lib]
8
path = "lib.rs"
9
10
[dependencies.log]
11
version = "0.4"
12
default-features = false
13
14
[features]
15
logger = []