Files
.hive/templates/_rust/Cargo.toml
2026-03-28 16:20:41 +01:00

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"