Remove the old toy language binary.

Using the org_mode_samples integration tests through the rust test framework has removed the need for the toy language binary and I think removing it will make rust-analyzer less confused about imports. This repository is now solely a library repository.
This commit is contained in:
Tom Alexander
2023-04-19 16:54:17 -04:00
parent a267f23e0f
commit 18f8e2562e
4 changed files with 52 additions and 27 deletions

View File

@@ -3,16 +3,11 @@ 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"