diff --git a/api.capnp b/api.capnp index 63ff397..544c35b 100644 --- a/api.capnp +++ b/api.capnp @@ -22,6 +22,9 @@ @0xfd92ce9be2369b8e; +using Rust = import "rust.capnp"; +$Rust.parentModule("api"); + interface Diflouroborane { # Upon initial connection this is the interface a program is presented with, serving as the # common point to access specific subsystems. Keep in mind that one can use pipelining to make this diff --git a/connection.capnp b/connection.capnp index dc68e83..2d00d64 100644 --- a/connection.capnp +++ b/connection.capnp @@ -22,6 +22,9 @@ @0x9e1c146a27dcc635; +using Rust = import "rust.capnp"; +$Rust.parentModule("connection"); + using Auth = import "auth.capnp"; using Api = import "api.capnp";