Adding the necessary bits and pieces to make things work better

This commit is contained in:
VC
2021-04-24 09:04:50 +02:00
parent 9809327784
commit 020af69fe0
2 changed files with 604 additions and 199 deletions

789
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
[package]
name = "scootaloo"
version = "0.2.1"
version = "0.4.0"
authors = ["VC <veretcle+framagit@mateu.be>"]
edition = "2018"
@@ -10,12 +10,12 @@ edition = "2018"
serde = { version = "1.0", features = ["derive"] }
toml = "^0.5"
clap = "^2.33"
futures = "^0.3"
egg-mode = "^0.14"
egg-mode = { git = "https://github.com/egg-mode-rs/egg-mode", rev = "6b81073eba9c3b123ca0e80bdb5ef61d1758f131" }
tokio = { version = "1", features = ["full"]}
elefren = "^0.20"
reqwest = "^0.9"
htmlescape = "^0.3"
reqwest = "^0.11"
log = "^0.4"
simple_logger = "^1.11"