db/ourdb_example/Cargo.toml
2025-04-20 08:15:12 +02:00

8 lines
114 B
TOML

[package]
name = "ourdb_example"
version = "0.1.0"
edition = "2021"
[dependencies]
ourdb = { path = "../ourdb" }