Fix stuff

This commit is contained in:
2026-05-13 23:08:21 -07:00
parent db2bf1bffd
commit 08be61966c
11 changed files with 1038 additions and 231 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ use http_body_util::BodyExt;
use http_body::Body;
pub mod hello {
include!("../../proto/hello.rs");
include!(concat!(env!("OUT_DIR"), "/hello.rs"));
}
struct BufferPool {