Skip to content

Commit 0675321

Browse files
committed
Add package description
1 parent 3ebce9a commit 0675321

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[package]
22
name = "xml-to-postgres"
33
version = "0.1.0"
4-
authors = ["Bart Noordervliet"]
4+
authors = ["Bart Noordervliet <[email protected]>"]
55
edition = "2018"
6+
description = "Fast converter from XML to PostgreSQL dump format"
7+
publish = false
68

79
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
810

0 commit comments

Comments
 (0)