Initial commit

This commit is contained in:
2023-08-12 23:45:18 +02:00
commit 9eab0248c4
13 changed files with 529 additions and 0 deletions

8
Cargo.toml Normal file
View File

@ -0,0 +1,8 @@
[package]
name = "dbonk"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.72"
thiserror = "1.0.44"