Skip to content
This repository was archived by the owner on Oct 5, 2024. It is now read-only.

Commit 0e12fee

Browse files
committed
chore: Complete Cargo manifest
1 parent e3f7f0b commit 0e12fee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ cargo-features = ["edition2024"]
22

33
[package]
44
name = "dbrunner"
5+
description = "The SQLite-backed arbitrary SQL query executor."
6+
license-file = "LICENSE"
7+
readme = "README.md"
8+
repository = "https://github.com/database-playground/dbrunner-rs"
59
version = "0.1.0"
610
edition = "2024"
711
publish = false

0 commit comments

Comments
 (0)