9 lines
158 B
TOML
9 lines
158 B
TOML
[package]
|
|
name = "lib"
|
|
edition = "2021"
|
|
license = "CAL-1.0"
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
log = { workspace = true }
|