1
1
Fork 0
mirror of https://github.com/griffi-gh/kubi.git synced 2025-01-15 16:38:21 -06:00
kubi/kubi-logging/Cargo.toml

14 lines
248 B
TOML
Raw Normal View History

2023-02-10 13:44:34 -06:00
[package]
name = "kubi-logging"
version = "0.1.0"
edition = "2021"
[dependencies]
log = "0.4"
[target.'cfg(not(target_os = "android"))'.dependencies]
2023-02-10 13:44:34 -06:00
env_logger = "0.10"
[target.'cfg(target_os = "android")'.dependencies]
android_logger = "0.13"