moved core functions to web-base crate

This commit is contained in:
JMARyA 2022-11-17 15:01:46 +01:00
parent 9b989745e0
commit 873b91f5fd
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
7 changed files with 29 additions and 127 deletions

View file

@ -12,6 +12,7 @@ chrono = "0.4.22"
env_logger = "0.9.3"
log = "0.4.17"
gnupg = { git = "https://git.hydrar.de/jmarya/gnupg-rs" }
reqwest = "0.11.12"
web-base = { git = "https://git.hydrar.de/jmarya/web-base" }
serde = {version = "1.0.147", features = ["derive"] }
serde_json = "1.0.87"
reqwest = "0.11"