wires

summary refs log tree commit diff
path: root/Cargo.toml
blob: 636ecc36188b191795fa760b3e1de44f5a5ba315 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[workspace]
resolver = "3"
members = ["wyrd_sqlite"]

[workspace.package]
edition = "2024"
authors = ["wires <wires@wires.systems>"]
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" }