Skip to content

Commit 31c9565

Browse files
committed
Add more package metadata
1 parent b18e9bc commit 31c9565

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[package]
22
name = "eventsource-client"
33
version = "0.1.0"
4+
description = "Client for the Server-Sent Events protocol (aka EventSource)"
5+
repository = "https://github.com/launchdarkly/rust-eventsource-client"
46
authors = ["Sam Stokes <sstokes@launchdarkly.com>"]
57
edition = "2018"
8+
license = "Apache-2.0"
69
exclude = [
710
".circleci/*",
811
]

0 commit comments

Comments
 (0)