fix naming
This commit is contained in:
parent
f3ea65fa21
commit
775ceb2ee4
2
nominatimapi/Cargo.lock
generated
2
nominatimapi/Cargo.lock
generated
@ -591,7 +591,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nominatonapi"
|
||||
name = "nominatimapi"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"reqwest",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "nominatonapi"
|
||||
name = "nominatimapi"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
use nominatonapi::{get_distance, Address};
|
||||
use nominatimapi::{get_distance, Address};
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user