Remove notifier module duplication (#10051)

This commit is contained in:
Michael Vines
2020-05-14 17:32:08 -07:00
committed by GitHub
parent 40b7c11262
commit 9ef9969d29
15 changed files with 114 additions and 160 deletions

20
notifier/Cargo.toml Normal file
View File

@@ -0,0 +1,20 @@
[package]
name = "solana-notifier"
version = "1.2.0"
description = "Solana Notifier"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"
homepage = "https://solana.com/"
edition = "2018"
[dependencies]
log = "0.4.8"
reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls", "json"] }
serde_json = "1.0"
[lib]
name = "solana_notifier"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]