appcore-filemaker-cli 0.1.0-beta.1

Bounded CLI for appcore-filemaker
[package]
name = "appcore-filemaker-cli"
version = "0.1.0-beta.1"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
publish.workspace = true
authors.workspace = true
repository.workspace = true
description = "Bounded CLI for appcore-filemaker"
readme = "README.en.md"

[package.metadata.appcore]
layer = "composition"
versioning = "independent"

[[bin]]
name = "appcore-filemaker"
path = "src/main.rs"
doc = false

[[bench]]
name = "runtime"
path = "bench/runtime.rs"
harness = false

[dependencies]
appcore-args = { workspace = true }
appcore-filemaker = { workspace = true }
serde = "1.0.229"
serde_json = "1.0.151"