Initial browse support, server side
This commit is contained in:
parent
6f906d80a7
commit
d63ceb730f
6 changed files with 297 additions and 5 deletions
|
|
@ -20,9 +20,12 @@ tokio = { version = "1", features = ["full"] }
|
|||
tokio-stream = "0.1"
|
||||
toml = "0.5"
|
||||
tui = "0.19"
|
||||
users = "0.11"
|
||||
xdg = "2"
|
||||
|
||||
[dev-dependencies]
|
||||
assert_matches = "1"
|
||||
tempdir = "0.3"
|
||||
|
||||
[target.'cfg(target_os="linux")'.dependencies]
|
||||
procfs = "0.14.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue