[package] name = "random-wall" version = "1.0.0" edition = "2021" authors = ["Hipy Cas "] description = "A simple web server written with Rust to use local a local folder for the Random Wallpaper GNOME extension" readme = "README.md" repository = "https://codeberg.org/HipyCas/random-wall/" documentation = "https://codeberg.org/HipyCas/random-wall/src/branch/main/README.md" homepage = "https://codeberg.org/HipyCas/random-wall/" license = "GPL-3.0-only" license-file = "LICENSE" keywords =["wallpaper", "gnome", "extension", "server"] exclude =["exampleconf.png"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lazy_static = "1.4.0" rand = "0.8.5" rocket = { version = "0.5.0-rc.2", features = ["http2", "json"] } serde = "1.0.152"