Skip to content

Commit 4989d53

Browse files
committed
chore: reserve rpslyzer crate name
1 parent 243e705 commit 4989d53

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

route_verification/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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]
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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).
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#![doc = include_str!("../README.md")]

0 commit comments

Comments
 (0)