Add a location option to the program, for using with other canteens than the one in N58 #1

Open
myrkvi wants to merge 3 commits from feature/add-location-option into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c296dd7731 - Show all commits

View File

@ -23,5 +23,5 @@ owo-colors = { version = "3.5.0", features = ["supports-colors"] }
serde = { version = "1.0.152", features = ["derive"] } serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91" serde_json = "1.0.91"
strum = { version = "0.24.1", features = ["derive"] } strum = { version = "0.24.1", features = ["derive"] }
tl = { version = "0.7.7", features = ["simd"] } tl = { version = "0.7.7" }
ureq = "2.6.2" ureq = "2.6.2"