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:
2026-03-11 21:43:19 +01:00
commit 9e4d4085ba
5 changed files with 147 additions and 0 deletions

16
Cargo.lock generated Normal file
View File

@@ -0,0 +1,16 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "buckyc"
version = "0.1.0"
dependencies = [
"yansi",
]
[[package]]
name = "yansi"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"