mirror of
https://github.com/solaeus/nucleo.git
synced 2024-11-10 01:27:10 +00:00
16 lines
420 B
TOML
16 lines
420 B
TOML
[package]
|
|
name = "nucleo-matcher"
|
|
authors = ["Pascal Kuthe <pascal.kuthe@semimod.de>"]
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
memchr = "2.5.0"
|
|
cov-mark = { version = "1.1.0", default-features = false }
|
|
unicode-segmentation = "1.10"
|
|
|
|
[dev-dependencies]
|
|
cov-mark = { version = "1.1.0", default-features = true }
|