aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server/src/interaction/mod.rs
blob: 656c51b3861982c7c37355a4222a05dd8e71c3f3 (plain) (blame)
1
2
3
4
5
// Copyright (C) 2021-2021 The Whirlsplash Collective
// SPDX-License-Identifier: GPL-3.0-only

pub mod peer;
pub mod shared;