mirror of
https://framagit.org/veretcle/scootaloo.git
synced 2025-07-20 17:11:19 +02:00
Adding the necessary bits and pieces to make things work better
This commit is contained in:
789
Cargo.lock
generated
789
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
14
Cargo.toml
14
Cargo.toml
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user