cloudmux 0.0.1

Launch the Cloudmux multiplayer workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "cloudmux"
version = "0.0.1"
edition = "2021"
rust-version = "1.70"
description = "Launch the Cloudmux multiplayer workspace"
license = "GPL-3.0-or-later"
readme = "README.md"
repository = "https://github.com/manaflow-ai/cloudmux"
homepage = "https://github.com/manaflow-ai/cloudmux"
keywords = ["agent", "terminal", "browser", "multiplayer"]
categories = ["command-line-utilities", "development-tools"]
publish = ["crates-io"]

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