Skip to content

Commit

Permalink
refactor poi radio as an example
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeyen authored and hopeyen committed Dec 14, 2022
1 parent 632e285 commit 32818c0
Show file tree
Hide file tree
Showing 11 changed files with 4,111 additions and 259 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Expand Up @@ -3,8 +3,6 @@ name = "graphcast"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
waku = { package = "waku-bindings", git = "https://github.com/waku-org/waku-rust-bindings" }
prost = "0.11"
Expand All @@ -28,3 +26,7 @@ num-traits = "0.2.15"
lazy_static = "1.4.0"
thiserror = "1.0.30"

[[example]]
name = "poi-crosschecker"
path = "examples/poi-crosschecker/src/main.rs"
crate-type = ["bin"]

0 comments on commit 32818c0

Please sign in to comment.