lavender.software landing page site
https://lavender.software
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
347 B
17 lines
347 B
[package] |
|
name = "lavender_software" |
|
version = "0.1.0" |
|
authors = ["videogame hacker <half-kh-hacker@hackery.site>"] |
|
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"
|
|
|