aboutsummaryrefslogtreecommitdiff
path: root/examples/example-repl/Cargo.toml
blob: 34b85e341cb0d7f5a3141408c23510693edc6e0f (plain) (blame)
1
2
3
4
5
6
7
8
[package]
name = "example-repl"
version = "0.0.1"
edition = "2024"

[dependencies]
mingling = { path = "../../mingling", features = ["repl", "parser"] }
just_fmt = "0.1.2"