Basic cozodb example

This commit is contained in:
Philip (a-0) 2023-09-29 16:46:59 +02:00
commit 42a4468a23
5 changed files with 2045 additions and 0 deletions

8
Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "cozodb-example"
version = "0.1.0"
edition = "2021"
authors = [ "Philip (a-0) <@ph:a-0.me>" ]
[dependencies]
cozo = "0.7.5"