aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/tests/test-repl/Cargo.toml
blob: 092494370d6ca06266f63f48b95d901403e8103c (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", "extras"] }