[package] name = "lavender_software" version = "0.1.0" authors = ["videogame hacker "] edition = "2018" build = "build.rs" [[bin]] name = "lavender_software" path = "build_src/main.rs" [dependencies] askama = "0.10.5" notify = "4.0.17" siru = { git = "https://github.com/videogame-hacker/siru.git" } ssri = "7.0.0"