ops: prepare for v0.0.2
This commit is contained in:
@ -4,4 +4,6 @@ This crate provides a binary which runs the Border Gateway Protocol (BGP).
|
||||
|
||||
Please refer to the other implementation crates part of this repository where most of the actual implemntation lives.
|
||||
|
||||
Warning: This is still very much a work in progress and is not yet ready for use.
|
||||
Warning: This is still very much a work in progress and is not yet ready for use.
|
||||
|
||||
The main ongoing work is happening currently in the BGP packet crate.
|
||||
|
||||
@ -2,5 +2,5 @@ use eyre::Result;
|
||||
|
||||
#[tokio::main]
|
||||
pub async fn main() -> Result<()> {
|
||||
Ok(())
|
||||
todo!("Implement the server");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user