diff options
author | Alex Auvolat <alex@adnab.me> | 2021-02-18 12:07:04 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-02-18 12:07:04 +0100 |
commit | 4e85862a855d6a9f13ccbcccfbf512ba6db0364d (patch) | |
tree | eca18b0de30bcefa6b00ca3fce619aa8798a9a8e /src/peering/mod.rs | |
parent | 4d01a9dd0edd760b54cff5d0998325c6cfa2ba72 (diff) | |
download | netapp-4e85862a855d6a9f13ccbcccfbf512ba6db0364d.tar.gz netapp-4e85862a855d6a9f13ccbcccfbf512ba6db0364d.zip |
Publish Bᴀsᴀʟᴛ
Diffstat (limited to 'src/peering/mod.rs')
-rw-r--r-- | src/peering/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peering/mod.rs b/src/peering/mod.rs index 044b1df..15b870a 100644 --- a/src/peering/mod.rs +++ b/src/peering/mod.rs @@ -1 +1,2 @@ pub mod fullmesh; +pub mod basalt; |