This commit is contained in:
2025-04-20 08:15:12 +02:00
parent e3ec26a6ef
commit a8ef07bb3f
10 changed files with 425 additions and 147 deletions

7
ourdb_example/Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "ourdb_example"
version = "0.1.0"
edition = "2021"
[dependencies]
ourdb = { path = "../ourdb" }