[package] name = "aocrun" version = "0.1.0" edition = "2021" license = "MIT" description = "gRPC server to take AoC solve requests and respond with answers" repository = "https://gitlab.com/labcycle/aocrun" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] aocdata = "0.1.0" aocsol = { version = "0.1.1", features = ["solvers"] } prost = "0.11.9" tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread"] } tonic = "0.9.2" [build-dependencies] prost-build = "0.11.9" tonic-build = "0.9.2"