cuddle-templates/cuddle-rust-lib/crates/%%name%%/Cargo.toml
kjuulh 7688d45cc1
feat: add cuddle lib
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-08-01 21:50:26 +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