We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18e9bc commit 31c9565Copy full SHA for 31c9565
Cargo.toml
@@ -1,8 +1,11 @@
1
[package]
2
name = "eventsource-client"
3
version = "0.1.0"
4
+description = "Client for the Server-Sent Events protocol (aka EventSource)"
5
+repository = "https://github.com/launchdarkly/rust-eventsource-client"
6
authors = ["Sam Stokes <sstokes@launchdarkly.com>"]
7
edition = "2018"
8
+license = "Apache-2.0"
9
exclude = [
10
".circleci/*",
11
]
0 commit comments