Add daemon to proxy user backgrounds
This commit is contained in:
parent
3e2743a2e6
commit
fd049483c3
15 changed files with 487 additions and 58 deletions
20
daemon/Cargo.toml
Normal file
20
daemon/Cargo.toml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[package]
|
||||
name = "cosmic-greeter-daemon"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
cosmic-bg-config.workspace = true
|
||||
cosmic-config.workspace = true
|
||||
env_logger.workspace = true
|
||||
libc = "0.2"
|
||||
libcosmic.workspace = true
|
||||
log.workspace = true
|
||||
pwd.workspace = true
|
||||
ron.workspace = true
|
||||
serde.workspace = true
|
||||
zbus.workspace = true
|
||||
#TODO: reduce features
|
||||
tokio = { workspace = true, features = ["full"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue