aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-dirauth/src/bin/arti_authority_plugin.rs
blob: 2e24444430d0afc0938c20f8a9888208fec3b614 (plain)
1
2
3
4
5
6
7
//! Arti consensus method plugin for C Tor
//!
//! Implements `authority-plugin.md` pursuant to `doc/dev/notes/dirauth-sketch.md`.

fn main() {
    arti_dirauth::authority_plugin_main();
}