tourism 0.1.1

Tourism service library and CLI by aham.ro
# Tourism

A Rust library providing gRPC services and protobuf definitions for tourism-related functionality.

The library is designed to be embedded into applications (such as **Herculane**) and provides reusable service implementations, generated protobuf types, and CLI utilities.

## Features

- gRPC service definitions
- Generated protobuf messages
- Database migrations
- Async-first with Tokio
- PostgreSQL support via SQLx
- Reusable as a library or integrated into larger applications

## Contributing

Contributions are welcome.

Please ensure that:

- code is formatted with `cargo fmt`
- warnings from `cargo clippy` are addressed
- tests pass before submitting changes
- public APIs are documented where appropriate