Skip to content

Commit

Permalink
Remove twitter-scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
adumbidiot committed Oct 3, 2023
1 parent 288b108 commit 5031e41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ publish = false

[dependencies]
anyhow = "1.0.71"
argh = "0.1.10"
camino = { version = "1.1.4", features = [ "serde1" ] }
# clokwerk = "0.4.0"
clokwerk = { git = "https://github.com/mdsherry/clokwerk" }
Expand All @@ -27,8 +28,6 @@ thiserror = "1.0.40"
tokio = { version = "1.28.1", features = [ "rt-multi-thread", "signal" ] }
toml = "0.7.3"
zalgo = { git = "https://github.com/adumbidiot/zalgo-rs" }
argh = "0.1.10"
twitter-scraper = { path = "lib/twitter-scraper", default-features = false, features = [ "rustls-tls" ] }

[profile.release]
lto = "fat"
Expand Down

0 comments on commit 5031e41

Please sign in to comment.