Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
serde_json is dev dependency
  • Loading branch information
serprex authored Sep 4, 2024
1 parent 8d8c7c0 commit cd5a221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ serde = { version = "1.0.106", features = ["derive"] }
tokio = { version = "1.0.1", features = ["full", "test-util"] }
hyper = { version = "1.1", features = ["server"] }
serde_bytes = "0.11.4"
serde_json = "1"
serde_repr = "0.1.7"
uuid = { version = "1", features = ["v4", "serde"] }
time = { version = "0.3.17", features = ["macros", "rand"] }
Expand Down

0 comments on commit cd5a221

Please sign in to comment.