From 92e4cfc123a1d26265128634850a2b73bac761c2 Mon Sep 17 00:00:00 2001 From: wires Date: Fri, 24 Oct 2025 11:29:46 -0400 Subject: first draft of sqlite wrapper --- Cargo.toml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e01005b..636ecc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,21 @@ -[package] -name = "wyrd" -version = "0.1.0" +[workspace] +resolver = "3" +members = ["wyrd_sqlite"] + +[workspace.package] edition = "2024" authors = ["wires "] license = "GPL-3.0-only" repository = "https://git.wires.systems/wyrd" +[package] +name = "wyrd" +version = "0.1.0" +edition.workspace = true +authors.workspace = true +license.workspace = true +repository.workspace = true + [dependencies] +anyhow = "1.0.100" +wyrd_sqlite = { path = "wyrd_sqlite" } -- cgit 1.4.1