add staxman

This commit is contained in:
Hamcha 2024-04-13 01:45:56 +02:00
parent 3009cf3a55
commit 21a0ba5a81
Signed by: hamcha
GPG Key ID: 1669C533B8CF6D89
2 changed files with 3 additions and 1 deletions

2
.cargo/config.toml Normal file
View File

@ -0,0 +1,2 @@
[registries]
staxman = { index = "sparse+https://git.fromouter.space/api/packages/staxman/cargo/" }

View File

@ -4,6 +4,6 @@ version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1", features = [] }
tokio = { version = "1", features = ["process", "fs", "io-util"] }
serde_json = { version = "1", features = ["std"] }
thiserror = { version = "1", features = [] }