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.
14 lines
224 B
14 lines
224 B
[package]
|
|
name = "pmuw-project"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
crossbeam-channel = "0.5"
|
|
ctrlc = "3.2"
|
|
dirs = "4.0"
|
|
gethostname = "0.4"
|
|
once_cell = "1.17"
|
|
regex = "1.7"
|
|
rustyline = "10.1.0"
|
|
shlex = "1.1"
|