[package] name = "libtimew" version = "0.1.4" authors = ["Martin Holzhauer "] edition = "2018" license = "MIT" keywords = ["timew", "timewarrior"] categories = ["parsing"] description = "a simple library to read timewarrior data files" [badges] maintenance = { status = "experimental" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4.10"