You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
304 B
19 lines
304 B
[package]
|
|
name = "pmuw-project"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
colored = "2.0"
|
|
crossbeam-channel = "0.5"
|
|
ctrlc = "3.2"
|
|
dirs = "4.0"
|
|
once_cell = "1.17"
|
|
rand = "0.8.5"
|
|
regex = "1.7"
|
|
rustyline = "10.1"
|
|
rustyline-derive = "0.7"
|
|
shlex = "1.1"
|
|
sysinfo = "0.27"
|
|
uname = "0.1"
|
|
whoami = "1.3"
|