toros 0.1.0

Reproducible builds, dev envs and deployments
Documentation
1
2
3
4
5
6
7
8
// SPDX-FileCopyrightText: 2022 Kevin Amado <kamadorueda@gmail.com>
//
// SPDX-License-Identifier: AGPL-3.0-only

#[derive(Debug)]
pub(crate) enum CliAction {
    Eval { entrypoint: String },
}