This commit marks the start of the project. This adds a simple command line interface which can be found in `src/cli.rs`.
8 lines
93 B
TOML
8 lines
93 B
TOML
[package]
|
|
name = "buckyc"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
yansi = "1.0.1"
|