plain-code 0.0.1

Plain Code — visual AI workspace for developers. Preview, idea capture, and auto-commit. Part of Plain Office.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "plain-code"
version = "0.0.1"
edition = "2021"
description = "Plain Code — visual AI workspace for developers. Preview, idea capture, and auto-commit. Part of Plain Office."
license = "Apache-2.0"
repository = "https://github.com/Plain-Office/Plain-Office"
homepage = "https://plain-code.org"
keywords = ["plaintext", "ai", "workspace", "git", "tauri"]
categories = ["development-tools"]
readme = "README.md"

# This is a placeholder package reserving the crate name on crates.io.
# A real release will follow once Plain Code reaches v0.1.0.

[workspace]