aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/tests/test-repl/Cargo.toml
blob: c4c83ce13a43fbb31e1452fcabdd8ec59b9dbcf0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "test-repl"
version = "0.1.0"
edition = "2024"
publish = false

[workspace]

[dependencies]
mingling = { path = "../../../mingling", features = ["repl", "extra_macros"] }