init: This is the initial commit.
This commit marks the start of the project. This adds a simple command line interface which can be found in `src/cli.rs`.
This commit is contained in:
7
Cargo.toml
Normal file
7
Cargo.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "buckyc"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
yansi = "1.0.1"
|
||||
Reference in New Issue
Block a user