cuddle-templates/rust-lib/crates/%%name%%/Cargo.toml
kjuulh 916f35aa2c
feat: add rust lib
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-10-22 13:02:55 +02:00

10 lines
151 B
TOML

[package]
name = "%%name%%"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow.workspace = true
tokio.workspace = true
tracing.workspace = true