Files
.hive/old/templates/rust/Cargo.toml

12 lines
157 B
TOML

[package]
name = "hello"
description = "A test rust binary"
publish = false
version = "0.1.0"
edition = "2021"
[[bin]]
name = "hello"
path = "src/main.rs"