oysh/crates/oyster_parser/Cargo.toml
Charlotte Meyer a88a163273 refactor(tests): use expect-test rather than insta
insta doesn't support having a single check function with all the
duplicated code.

Acked-by: ElKowar
Signed-off-by: Charlotte Meyer <dev@buffet.sh>
2022-10-28 08:12:26 +00:00

14 lines
197 B
TOML

[package]
name = "oyster_parser"
version = "0.0.0"
edition = "2021"
license.workspace = true
[lib]
doctest = false
[dependencies]
thiserror = "^1.0.35"
[dev-dependencies]
expect-test = "^1.4.0"