[package] name = "rgubin" version = "0.1.1" description = "A path/file history recording tool." authors = ["Seimizu Joukan "] edition = "2018" repository = "https://gitlab.com/joukan/rgubin.git" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "rgubin" path = "src/rgubin.rs" [dependencies] clap = "3.1.18" log = "0.4.17" jlogger = "0.1.7"