feat: add initial copy command

This commit is contained in:
2025-01-10 08:52:01 +01:00
commit 27796dd359
11 changed files with 805 additions and 0 deletions

16
crates/voidpin/Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[package]
name = "voidpin"
edition = "2021"
version.workspace = true
[dependencies]
anyhow.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
clap.workspace = true
dotenv.workspace = true
serde = { version = "1.0.197", features = ["derive"] }
uuid = { version = "1.7.0", features = ["v4"] }