20 lines
296 B
TOML
20 lines
296 B
TOML
[workspace]
|
|
publish = false
|
|
members = [
|
|
".",
|
|
"members/c-bindings"
|
|
]
|
|
default-members = [
|
|
".",
|
|
"members/c-bindings"
|
|
]
|
|
|
|
[package]
|
|
name = "rs-basic"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["Christoph J. Scherr <softwar@cscherr.de>"]
|
|
publish = false
|
|
autobins = true
|
|
default-run = "rs-basic"
|