[package] name = "leafslug" description = "Leafslug is a cutie that slowly makes my world a better place." version = "0.4.2" edition = "2021" authors = ["Perma "] homepage = "https://sr.ht/~prma/leafslug" repository = "https://git.sr.ht/~prma/leafslug" license = "MPL-2.0" readme = "./README.md" categories = ["command-line-utilities"] keywords = ["local-first", "journaling", "task-management"] [lib] path = "src/lib.rs" [[bin]] name = "leafslug" path = "src/bin/leafslug.rs"