/ README.md
README.md
 1  # Demo adapter for Radicle CI
 2  
 3  This is a simple skeleton of an adapter for Radicle CI, written in Rust.
 4  
 5  To build this, you need a version of the `radicle-ci-broker`
 6  repository with `src/msg.rs` that has a `helper` sub-module. This was
 7  added in commit `7a754fe10481622057bf46498962757d064895d2`, and you
 8  should check out the source as `../broker` relative to the demo
 9  adapter source tree. (This will become unnecessary once that commit is
10  included in a CI broker release.)