Skip to content

Commit

Permalink
remove unneeded dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Nov 25, 2024
1 parent f4bb64c commit 908bb20
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 @@ -15,7 +15,6 @@ non_ascii_idents = "deny"

[dependencies]
amtk = "0.1.0"
amtrak-api = "0.2.0"
base64 = "0.22"
chrono = "0.4"
chrono-tz = "0.10"
Expand All @@ -29,7 +28,7 @@ prost = "0.13"
reqwest = {version = "0.12", features = ["gzip","brotli","rustls-tls","deflate","cookies"]}
rust-crypto = "0.2"
serde = "1.0"
serde_json = "1.0"
serde_json = "1.0 "

[dev-dependencies]
tokio = { version = "1.41", features = ["full"] }

0 comments on commit 908bb20

Please sign in to comment.