mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
11 lines
242 B
TOML
11 lines
242 B
TOML
[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
|