diff options
| author | delta <darkussdelta@gmail.com> | 2023-05-12 16:18:24 +0200 |
|---|---|---|
| committer | delta <darkussdelta@gmail.com> | 2023-05-12 16:18:24 +0200 |
| commit | f5612f081db0dc69f5c0ebc69e67fa3b098a9ad9 (patch) | |
| tree | 7a04027efe5fede7f08688a9524c5dbe6628635b /.config/awesome/quarrel/native/Cargo.toml | |
| parent | ea1bdf6585caed2c0ba8669ca5c3b3b92232281a (diff) | |
restructure services, add get_essid to quarrel.native and other wip work
Diffstat (limited to '.config/awesome/quarrel/native/Cargo.toml')
| -rw-r--r-- | .config/awesome/quarrel/native/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/awesome/quarrel/native/Cargo.toml b/.config/awesome/quarrel/native/Cargo.toml index fdabea0..6c44528 100644 --- a/.config/awesome/quarrel/native/Cargo.toml +++ b/.config/awesome/quarrel/native/Cargo.toml @@ -14,6 +14,7 @@ rayon = "1.6.1" serde = { version = "1.0.152", features = [ "derive" ] } url = "2.3.1" rodio = "0.17.1" +nix = "0.26.2" [lib] crate-type = ["cdylib"] |
