geocode-csv 1.3.9

CLI tool to bulk geocode CSV data using the Smarty API or libpostal
1
2
3
4
5
6
7
8
[target.x86_64-unknown-linux-musl]
# When using cargo cross, we need to install the protobuf compiler. See:
#
# https://github.com/cross-rs/cross#pre-build-hook
# https://grpc.io/docs/protoc-installation/#install-using-a-package-manager
# https://github.com/cross-rs/cross/issues/1257#issuecomment-1544553706
# image = "ghcr.io/cross-rs/x86_64-unknown-linux-gnu:main"
pre-build = ["apt-get update && apt-get install -y protobuf-compiler"]