File tree Expand file tree Collapse file tree 4 files changed +18
-0
lines changed
Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ members = [
1515 # Binaries
1616 " rib_stats" ,
1717 " stat_route_objects" ,
18+ # Dummies
19+ " rpslyzer" ,
1820]
1921
2022[workspace .dependencies ]
Original file line number Diff line number Diff line change 1+ [package ]
2+ name = " rpslyzer"
3+ version = " 0.0.0"
4+ edition = " 2021"
5+ description = " Placeholder redirecting to the route_verification crate."
6+ license.workspace = true
7+ readme = " README.md"
8+ repository.workspace = true
Original file line number Diff line number Diff line change 1+ # RPSLyzer
2+
3+ This is a placeholder repository for anyone looking for RPSLyzer.
4+ Please use [ the ` route_verification `
5+ crate] ( https://crates.io/crates/route_verification ) and find
6+ [ the ` internet_route_verification ` repository on
7+ GitHub] ( https://github.com/SichangHe/internet_route_verification ) .
Original file line number Diff line number Diff line change 1+ #![ doc = include_str ! ( "../README.md" ) ]
You can’t perform that action at this time.
0 commit comments