Skip to content

Commit 50909be

Browse files
committed
add bgp auth and static route commands
1 parent 4eb7649 commit 50909be

File tree

13 files changed

+884
-517
lines changed

13 files changed

+884
-517
lines changed

Cargo.lock

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ httpmock = "0.6.8"
2929
humantime = "2"
3030
indicatif = "0.17"
3131
log = "0.4.22"
32+
md5 = "0.7.0"
3233
newline-converter = "0.3.0"
3334
oauth2 = "4.4.2"
3435
open = "4.2.0"

cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ futures = { workspace = true }
3333
humantime = { workspace = true }
3434
indicatif = { workspace = true }
3535
log = { workspace = true }
36+
md5 = { workspace = true }
3637
oauth2 = { workspace = true }
3738
open = { workspace = true }
3839
oxide = { workspace = true }

0 commit comments

Comments
 (0)