Skip to content

Commit

Permalink
[ns2-stat] Move serde_json to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumlamm committed Jan 10, 2024
1 parent b71c315 commit 78cc860
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ns2-stat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ license = "MIT"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_repr = "0.1"

[dev-dependencies]
serde_json = "1.0"

0 comments on commit 78cc860

Please sign in to comment.