1
1
Fork 0
mirror of https://github.com/griffi-gh/kubi.git synced 2025-01-02 00:38:20 -06:00
kubi/kubi-logging/Cargo.toml
2023-11-19 19:30:06 +01:00

15 lines
264 B
TOML

[package]
name = "kubi-logging"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
log = "0.4"
[target.'cfg(not(target_os = "android"))'.dependencies]
env_logger = "0.10"
[target.'cfg(target_os = "android")'.dependencies]
android_logger = "0.13"