Skip to content

Commit

Permalink
Merge branch 'remote' into remote_index
Browse files Browse the repository at this point in the history
  • Loading branch information
ellenhp committed Feb 10, 2024
2 parents e4f9d44 + 1d765b8 commit 7f5bc63
Show file tree
Hide file tree
Showing 6 changed files with 474 additions and 55 deletions.
4 changes: 4 additions & 0 deletions airmail/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ log = "0.4.20"
airmail_parser = { path = "../airmail_parser" }
serde_json = "1"
serde = { version = "1", features = ["derive"] }
reqwest = { version = "0.11.24", features = ["blocking"] }
lru = "0.12.2"
async-trait = "0.1.77"
tokio = { version = "1.36.0", features = ["full"] }
Loading

0 comments on commit 7f5bc63

Please sign in to comment.