[package] name = "log42navi" version = "0.1.2" authors = ["mh.cho"] description = "test crate" #그냥 설명문 edition = "2021" license = "MIT" #라이센스 include = ["src/", "Cargo.toml"] repository = "https://github.com/manbal20/logger" documentation = "https://github.com/manbal20/logger/blob/main/README.md" #문서 사이트 homepage = "https://github.com/manbal20/logger/blob/main/README.md" #홈페이지 사이트 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log="0.4.17" log4rs="1.2.0" android_logger = "0.13.0"