add example 02 to mers_lib

This commit is contained in:
Mark
2024-02-17 14:57:40 +01:00
parent 0a1d407f48
commit 931f70fe4c
3 changed files with 62 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
mers_lib = { path = "../mers_lib", features = ["parse"] }
mers_lib = "0.5.0"
tokio = { version = "1.34.0", default-features = false, features = ["macros", "rt", "io-std"] }
tower-lsp = "0.20.0"
line-span = "0.1.5"