rs-basic/Cargo.toml

18 lines
252 B
TOML
Raw Normal View History

2023-09-12 17:01:33 +02:00
[workspace]
publish = false
members = [
".",
]
default-members = [
".",
]
2023-09-12 16:21:54 +02:00
[package]
name = "rs-basic"
version = "0.1.0"
edition = "2021"
2023-09-12 17:01:33 +02:00
authors = ["Christoph J. Scherr <softwar@cscherr.de>"]
publish = false
autobins = true
default-run = "rs-basic"