Skip to content

Commit

Permalink
Update Cargo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
nathiss committed Jul 31, 2023
1 parent 9c140c1 commit bf0d1ab
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
[package]
name = "reception"
version = "0.1.0"
authors = ["Kamil Rusin <kamil.jakub.rusin@gmail.com>"]
edition = "2021"
description = "A Rust library for creating TCP listeners that spawns clients providing model abstraction layer."
readme = "README.md"
homepage = "https://github.com/nathiss/reception"
repository = "https://github.com/nathiss/reception"
license = "MIT"
keywords = ["tokio", "service", "networking", "listener"]
categories = ["asynchronous"]
include = ["/src", "LICENSE.txt"]

[dependencies]
thiserror = "1.0.43"
Expand Down

0 comments on commit bf0d1ab

Please sign in to comment.