-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (24 loc) · 812 Bytes
/
Copy pathCargo.toml
File metadata and controls
26 lines (24 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[workspace]
members = [
"crates/wax11", "crates/multiconfig",
"crates/renderer", "crates/scheduler",
"crates/shadertoy",
]
resolver = "2"
[workspace.package]
edition = "2021"
license = "MIT"
repository = "https://github.com/NickCody/wax11"
homepage = "https://github.com/NickCody/wax11"
readme = "README.md"
keywords = ["hyprland", "wayland", "x11", "wallpaper", "shadertoy"]
categories = ["graphics", "command-line-utilities"]
[workspace.dependencies]
anyhow = "1"
thiserror = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"] }
reqwest = { version = "0.12", default-features = false, features = ["blocking", "json", "rustls-tls"] }
clap = { version = "4", features = ["derive", "env"] }