remove packages I don't need

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Xe 2023-01-19 22:15:29 -05:00
parent b896828de5
commit ac15e4c9e3
2 changed files with 0 additions and 14 deletions

12
Cargo.lock generated
View file

@ -76,16 +76,6 @@ version = "1.0.152"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
[[package]]
name = "subprocess"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c2e86926081dda636c546d8c5e641661049d7562a68f5488be4a1f7f66f6086"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "syslog"
version = "6.0.1"
@ -161,7 +151,5 @@ name = "xn--ts9h"
version = "0.1.0"
dependencies = [
"anyhow",
"libc",
"subprocess",
"syslog",
]

View file

@ -18,6 +18,4 @@ assets = [
[dependencies]
anyhow = "1"
libc = "0.2"
subprocess = "0.2"
syslog = "6"