[package] name = "rowcalc" description = "calculates split times for rowing sessons" repository = "https://github.com/patrickbucher/rowcalc" license = "MIT" version = "0.2.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.5.4", features = ["derive"] } duration-str = "0.11.2"