Remove serde (#23)

This commit is contained in:
Patrick Stevens
2023-06-05 20:55:23 +01:00
committed by GitHub
parent 8b5213e262
commit c3b7cdc725
8 changed files with 142 additions and 80 deletions

View File

@@ -10,6 +10,5 @@ edition = "2021"
clap = { version = "4.3.1", features = [ "derive" ] }
rand = "0.8.5"
haversine = { path = "../haversine" }
serde_json = "1.0.96"
serde = "1.0.163"
json = { path = "../json" }
byteorder = "1.4.3"