Skip to content

Commit fe695f3

Browse files
committed
Bump to v0.2.3 and add crates.io metadata
1 parent c197593 commit fe695f3

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
[package]
22
name = "openworkers-cli"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
edition = "2024"
55
license = "MIT"
6+
description = "CLI for OpenWorkers - Self-hosted Cloudflare Workers runtime"
7+
repository = "https://github.com/openworkers/openworkers-cli"
8+
homepage = "https://github.com/openworkers/openworkers"
9+
readme = "README.md"
10+
keywords = ["workers", "serverless", "edge", "runtime", "cli"]
11+
categories = ["command-line-utilities", "development-tools"]
12+
authors = ["OpenWorkers Team"]
613

714
[[bin]]
815
name = "ow"

0 commit comments

Comments
 (0)