diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-07-23 14:13:12 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-24 12:29:54 -0400 |
| commit | 0213053856148379992212b189390f222c6cb460 (patch) | |
| tree | f62e02bf4d8d91cddcc45169ce5afb0c2d4bf5de /build_extra/rust | |
| parent | b79ce93010d0cc80a9345f646e562326de4588e5 (diff) | |
Remove handlers crate target.
- Add build scripts for Rust flatbuffers.
- Rewrites some reply.cc methods in Rust.
- Changes some struct elements to table in msg.fbs (rust flatbuffers
lacks support currently)
- Renames handlers_test to test_rs.
- This reorg is needed to make progress on the code cache handler.
Diffstat (limited to 'build_extra/rust')
| -rw-r--r-- | build_extra/rust/rust.gni | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_extra/rust/rust.gni b/build_extra/rust/rust.gni index 2fc822837..f783126ed 100644 --- a/build_extra/rust/rust.gni +++ b/build_extra/rust/rust.gni @@ -163,6 +163,7 @@ template("rust_component") { "is_test", "testonly", "args", + "deps", ]) if (!defined(invoker.crate_type)) { crate_type = "rlib" |
