blob: d8ab3ca4ee763915aa360050efee14989d9e441f [file] [log] [blame]
// Copyright 2020 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//! Ties together the various modules that make up the Sirenia library used by
//! both Trichechus and Dugong.
pub mod cli;
pub mod sandbox;
pub mod to_sys_util;
pub mod transport;