Advance redbear-full Wayland, greeter, and Qt integration
Consolidate the active desktop path around redbear-full while landing the greeter/session stack and the runtime fixes needed to keep Wayland and KWin bring-up moving forward.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "redbear-authd"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[[bin]]
|
||||
name = "redbear-authd"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
# Pure-Rust SHA-256/SHA-512 crypt verifier for /etc/shadow entries.
|
||||
# Free/open-source (`MIT OR Apache-2.0` upstream; acceptable under the project's free-software policy).
|
||||
sha-crypt = "0.6.0-rc.4"
|
||||
Reference in New Issue
Block a user