Initial workspace

This commit is contained in:
ZacJW 2024-03-24 11:30:19 +00:00
commit 491659d0d1
9 changed files with 48 additions and 0 deletions

8
rasql-core/Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "rasql-core"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

0
rasql-core/src/lib.rs Normal file
View file