[package] name = "bibliotheque" version = "0.1.0" authors = ["Martin Vassor "] edition = "2018" description = "Keep track of which books you plan to read (in french)." categories = ["command-line-utilities", "multimedia::audio", "book"] keywords = ["Book"] license = "WTFPL" readme = "README.md" homepage = "http://vassor.org/git/bibliotheque/log.html" repository = "http://vassor.org/git/bibliotheque/log.html" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] termion = "1.5.5" dirs = "2.0.2" tui = "0.8.0" serde = {version = "1.0.106", features = ["derive"]} serde_json = "1.0.50"