This commit marks the start of the project. This adds a simple command line interface which can be found in `src/cli.rs`.
17 lines
368 B
TOML
17 lines
368 B
TOML
# 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"
|