fortress-api-server 1.0.0

REST API server for Fortress secure database system
1
2
3
4
5
fn main() {
    println!("cargo:rerun-if-changed=proto/fortress.proto");
    // Note: protobuf compilation requires protoc to be installed
    // For now, we use tonic::include_proto! which handles this at compile time
}