Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
added metadata to Cargo.toml for crate publishing (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-dukhno authored Oct 22, 2020
1 parent fad78b2 commit 1dcc37b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/cargo@v1
with:
command: publish
Expand Down
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
[package]
name = "pg_wire"
version = "0.1.0"
description = "Server Side implementation of PostgreSQL Wire Protocol"
license-file = "LICENSE"
repository = "https://github.com/alex-dukhno/pg_wire"
keywords = ["protocol", "postgresql", "postgres", "database"]
authors = ["Alex Dukhno <alex.dukhno@icloud.com>"]
edition = "2018"
include = [
"src/**/*.rs",
"Cargo.toml",
]

[dependencies]
log = "0.4.11"

0 comments on commit 1dcc37b

Please # to comment.