The personal anime and manga catalogue written in rust.
at master 244 B view raw
1[package] 2name = "anilog" 3version = "0.1.0" 4edition = "2021" 5 6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 7 8[dependencies] 9json = "*" 10edit = "*" 11strum = "0.24" 12strum_macros = "0.24" 13dirs = "*"