mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-15 16:13:43 +01:00
13 lines
297 B
TOML
13 lines
297 B
TOML
|
[package]
|
||
|
name = "randomwallpaper"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
anyhow = "1.0.53"
|
||
|
rand = "0.8.5"
|
||
|
walkdir = "2.3.2"
|
||
|
x11 = { version = "2.19.1", features = ["xinerama", "xlib"] }
|