6d1a00804a
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
12 lines
148 B
TOML
12 lines
148 B
TOML
[package]
|
|
name = "redbear-info"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[[bin]]
|
|
name = "redbear-info"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
toml = "0.8"
|