-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
28 lines (26 loc) · 904 Bytes
/
Cargo.toml
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
27
28
[package]
name = "cosmic-ctl"
description = "CLI for COSMIC Desktop configuration management"
version = "1.1.0"
authors = ["Heitor Augusto <IAm.HeitorALN@proton.me>"]
homepage = "https://github.com/cosmic-utils/cosmic-ctl"
repository = "https://github.com/cosmic-utils/cosmic-ctl"
license = "GPL-3.0-only"
edition = "2021"
keywords = ["cli", "cosmic", "configuration", "management"]
categories = ["command-line-utilities"]
documentation = "https://github.com/cosmic-utils/cosmic-ctl/wiki"
readme = "README.md"
[dependencies]
atomicwrites = { git = "https://github.com/jackpot51/rust-atomicwrites", version = "0.4.2" }
bracoxide = "0.1.4"
clap = { version = "4.5.21", features = ["derive"] }
etcetera = "0.8.0"
glob = "0.3.1"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
unescaper = "0.1.5"
walkdir = "2.5.0"
[dev-dependencies]
assert_cmd = "2.0.16"
tempfile = "3.14.0"