create-gpui-app 0.1.0

A CLI tool to create a new gpui app.
[[bin]]
name = "create-gpui-app"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.4"

[dependencies.fs_extra]
version = "1.2.0"

[package]
authors = ["Nate Butler <iamnbutler@gmail.com>", "Zed Industries (@zed-industries)"]
description = "A CLI tool to create a new gpui app."
edition = "2021"
license = "MIT"
name = "create-gpui-app"
readme = "README.md"
repository = "https://github.com/zed-industries/create-gpui-app"
version = "0.1.0"