parse-rust-cli 0.2.1

Installs the parse-rust executable: parse-rust-server as a standalone binary.
[package]
name = "parse-rust-cli"
version.workspace = true
description = "Installs the parse-rust executable: parse-rust-server as a standalone binary."
edition.workspace = true
rust-version.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true
exclude.workspace = true
publish.workspace = true

# The binary is `parse-rust`, not the package name. `parse-server` is what the upstream
# npm package installs, and this must be able to run beside it on one machine, so the two
# commands cannot share a name. Binary names are not subject to crates.io collisions, so
# `parse-rust` is available here even though the crate name is not.
[[bin]]
name = "parse-rust"
path = "src/main.rs"

[dependencies]
parse-rust-server.workspace = true
parse-rust-mongo.workspace = true
tokio.workspace = true
serde_json.workspace = true