jrsonnet
refs/commits
fca1ee17e1b0
cmds/repl-plugin-unstable/Cargo.toml
1[package]2name = "repl-plugin-unstable"3version.workspace = true4edition.workspace = true5rust-version.workspace = true67[lib]8crate-type = ["cdylib"]910[dependencies]11fleet-base = { version = "0.1.0", path = "../../crates/fleet-base" }