aboutsummaryrefslogtreecommitdiff
path: root/examples/example-repl-basic/Cargo.toml
blob: c20deb901ae06bbe9e9b960fd01e9b48a26b7dad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "example-repl-basic"
version = "0.1.0"
edition = "2024"

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

[dependencies]
just_fmt = "0.1.2"

[workspace]