Skip to content

Commit

Permalink
docs: link main README to each crate for #194
Browse files Browse the repository at this point in the history
  • Loading branch information
SichangHe committed Aug 18, 2024
1 parent af42011 commit f536ccc
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ please see [#164][issue164].
to parse IRRs and to test run verification.
The REPL scripts are in
the module at `./route_verification/src/evcxr_examples.rs`.
`rib_stats` is a main script to generate statistics for
`route_verification_rib_stats` is a main script to generate statistics for
all BGP table dumps at a directory, on the AS, AS-pair, and route levels.

We chose Rust for the IR, parser,
Expand Down
2 changes: 2 additions & 0 deletions route_verification/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ route_verification = { package = "route_verification", path = ".", version = "0.
[workspace.package]
description = "Parse RPSL in the IRR to verify observed BGP routes"
license = "MIT"
readme = "../README.md"
repository = "https://github.com/SichangHe/internet_route_verification"

[package]
Expand All @@ -70,6 +71,7 @@ edition = "2021"

description.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions route_verification/as_path_regex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2021"

description.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
1 change: 1 addition & 0 deletions route_verification/as_rel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2021"

description.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions route_verification/bgp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2021"

description.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions route_verification/bgpmap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2021"

description.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions route_verification/common_regex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2021"

description.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
1 change: 1 addition & 0 deletions route_verification/graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
description.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
1 change: 1 addition & 0 deletions route_verification/io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2021"

description.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions route_verification/ir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2021"

description.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions route_verification/irr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2021"

description.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions route_verification/lex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2021"

description.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions route_verification/parse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2021"

description.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions route_verification/rib_stats/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.3"
edition = "2021"
description.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
1 change: 1 addition & 0 deletions route_verification/shared_struct/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2021"

description.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions route_verification/stat_route_objects/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2021"
description.workspace = true
license.workspace = true
repository.workspace = true
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit f536ccc

Please sign in to comment.