mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-03 01:40:21 +08:00
refactor(data): introduce simple query helper
This commit is contained in:
10
crates/aether-data-query/Cargo.toml
Normal file
10
crates/aether-data-query/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "aether-data-query"
|
||||
version = "0.1.0"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Small SQL dialect helpers for Aether data repositories"
|
||||
|
||||
[dependencies]
|
||||
sqlx.workspace = true
|
||||
Reference in New Issue
Block a user