10 lines
123 B
TOML
10 lines
123 B
TOML
[package]
|
|
name = "purr"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[workspace]
|
|
members = [
|
|
"purr_core",
|
|
"purr_machine",
|
|
]
|