Skip to content

Commit ecfef40

Browse files
committed
Cargo.toml: add metadata fields
1 parent 460b49e commit ecfef40

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[package]
22
name = "toydb"
3-
description = "A distributed SQL database"
43
version = "1.0.0"
4+
description = "A distributed SQL database"
55
authors = ["Erik Grinaker <erik@grinaker.org>"]
6+
license = "Apache-2.0"
7+
homepage = "https://github.com/erikgrinaker/toydb"
8+
repository = "https://github.com/erikgrinaker/toydb"
69
edition = "2024"
710
default-run = "toydb"
811

0 commit comments

Comments
 (0)