git.delta.rocks / jrsonnet / refs/commits / fca1ee17e1b0

difftreelog

source

cmds/repl-plugin-unstable/Cargo.toml236 Bsourcehistory
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" }