mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-30 05:11:13 +00:00
10 lines
210 B
TOML
10 lines
210 B
TOML
[package]
|
|
name = "sqlx-core"
|
|
version = "0.0.0"
|
|
authors = ["Ryan Leckey <leckey.ryan@gmail.com>"]
|
|
license = "MIT OR Apache-2.0"
|
|
description = "Shared types and traits for sqlx."
|
|
edition = "2018"
|
|
|
|
[dependencies]
|