[package] name = "lg" version = "0.1.2" edition = "2021" description = "simple logger" license = "MIT" [[bin]] path = "main.rs" name = "lg" [lib] path = "lib.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4"