Skip to content

Commit

Permalink
Tokio is not required to run, only to test
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Feb 28, 2024
1 parent fb2fcb2 commit ff18693
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "amtrak-gtfs-rt"
version = "0.1.18"
version = "0.1.19"
license = "AGPL-3.0"
description = "Converts Amtrak Track-A-Train to valid GTFS-rt vehicle and trip information"
edition = "2021"
Expand Down Expand Up @@ -28,4 +28,6 @@ reqwest = {version = "0.11", features = ["gzip","brotli","rustls-tls","deflate",
rust-crypto = "0.2"
serde = "1.0"
serde_json = "1.0"
tokio = { version = "1.35", features = ["full"] }

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

0 comments on commit ff18693

Please sign in to comment.