[package] name = "brevdash-data" version = "0.1.1" authors = ["Wolfgang Silbermayr "] edition = "2018" homepage = "https://gitlab.com/silwol/brevdash/" license = "AGPL-3.0-or-later" description = "Functionality for creating, reading and manipulating a brevdash repository" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.38" chrono = "0.4.19" glob = "0.3.0" indexmap = { version = "1.6.1", features = ["serde"] } log = "0.4.14" serde = { version = "1.0.123", features = ["derive"] } toml = { version = "0.5.8", features = ["indexmap"] }