Remove zebra-reactor.
This functionality will just go in zebrad and use abscissa, allowing configs, component registries, etc. Closes #59
This commit is contained in:
parent
dc18e8f24c
commit
4f88bddd2b
|
|
@ -7,6 +7,5 @@ members = [
|
||||||
"zebra-consensus",
|
"zebra-consensus",
|
||||||
"zebra-rpc",
|
"zebra-rpc",
|
||||||
"zebra-client",
|
"zebra-client",
|
||||||
"zebra-reactor",
|
|
||||||
"zebrad",
|
"zebrad",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
[package]
|
|
||||||
name = "zebra-reactor"
|
|
||||||
license = "MIT OR Apache-2.0"
|
|
||||||
version = "0.1.0"
|
|
||||||
authors = ["Zcash Foundation <zebra@zfnd.org>"]
|
|
||||||
edition = "2018"
|
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies]
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
#[cfg(test)]
|
|
||||||
mod tests {
|
|
||||||
#[test]
|
|
||||||
fn it_works() {
|
|
||||||
assert_eq!(2 + 2, 4);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue