Files
bucky/Cargo.toml
Jooris Hadeler 9e4d4085ba 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`.
2026-03-11 23:17:50 +01:00

8 lines
93 B
TOML

[package]
name = "buckyc"
version = "0.1.0"
edition = "2024"
[dependencies]
yansi = "1.0.1"