aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server/src/cmd/mod.rs
blob: 654d43ab6335537c91778f281088b0a292772fc8 (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright (C) 2021-2021 The Whirlsplash Collective
// SPDX-License-Identifier: GPL-3.0-only

pub mod commands;

pub mod constants;
pub mod extendable;
mod structure;