arc-web-cli 0.5.1

Create self-contained Arc applications
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "arc-web-cli"
version.workspace = true
edition.workspace = true
authors.workspace = true
description = "Create self-contained Arc applications"
license.workspace = true
repository.workspace = true
keywords = ["arc", "scaffold", "actix", "event-sourcing"]
categories = ["command-line-utilities", "development-tools"]

[[bin]]
name = "arc"
path = "src/main.rs"

[dependencies]