Add the binary back in because we need it for generating jaeger traces.

This commit is contained in:
Tom Alexander
2023-04-19 18:12:53 -04:00
parent 99677ee98e
commit 1deb53f1a3
3 changed files with 27 additions and 0 deletions

View File

@@ -3,11 +3,16 @@ name = "toy"
version = "0.1.0"
edition = "2021"
license = "0BSD"
default-run = "toy"
[lib]
name = "organic"
path = "src/lib.rs"
[[bin]]
name = "toy"
path = "src/main.rs"
[dependencies]
nom = "7.1.1"
opentelemetry = "0.17.0"