secrets manager
git clone https://git.lucas.co/cce-secrets.git
Cargo.toml (606B)
1 [package]
2 name = "cce-secrets"
3 version = "0.1.0"
4 edition = "2021"
5
6 [dependencies]
7 cce-ui = { git = "https://github.com/lsgalante/cce-ui.git", rev = "f3c970be244ad54121021a8223986ba553e09838" }
8 calloop = "0.13.0"
9 wayland-client = { version = "0.31", features = ["system"] }
10 tokio = { version = "1", features = ["full"] }
11 secret-service = { version = "5", features = ["rt-tokio-crypto-rust"] }
12 zbus = "5"
13 log = "0.4"
14 env_logger = "0.11"
15 # cce-keyring-sync only:
16 serde = { version = "1", features = ["derive"] }
17 serde_json = "1"
18 blake3 = "1"
19 getrandom = "0.2"
20 rustix = { version = "0.38", features = ["fs"] }