mirror of
https://github.com/guilhermewerner/rust-cli
synced 2025-06-15 14:35:15 +00:00
14 lines
287 B
TOML
14 lines
287 B
TOML
[package]
|
|
name = "RustCLI"
|
|
version = "0.0.1"
|
|
description = "Rust CLI"
|
|
repository = "https://github.com/GuilhermeWerner/RustCLI"
|
|
authors = ["GuilhermeWerner <guilhermeqwerner@gmail.com>"]
|
|
license = "MIT"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[[bin]]
|
|
name="Console"
|
|
path = "Source/Console.rs"
|