feat: add rust lib

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-10-22 13:02:55 +02:00
parent 12735aa1c5
commit 916f35aa2c
9 changed files with 1002 additions and 2 deletions

10
rust-lib/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[workspace]
members = ["crates/*"]
resolver = "2"
[workspace.dependencies]
%%name%% = { path = "crates/%%name%%" }
anyhow = { version = "1.0.71" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }