Skip to content

Commit 29fe5bb

Browse files
authored
Merge pull request #32 from mrubyedge/add-json
Add json
2 parents 32bf654 + 39189c7 commit 29fe5bb

File tree

16 files changed

+69
-126
lines changed

16 files changed

+69
-126
lines changed

Cargo.lock

Lines changed: 48 additions & 123 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

uzumibi-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uzumibi-cli"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition = "2024"
55
authors = ["Uchio Kondo <udzura@udzura.jp>"]
66
description = "Uzumibi CLI tool to generate serverless mruby/edge apps"

uzumibi-cli/templates/cloudflare/__features__/enable-external/wasm-app/Cargo.toml_

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ mrubyedge = { version = ">= 1.1.10", features = [
1212
], default-features = false }
1313
uzumibi-gem = ">= 0.5.0"
1414
uzumibi-art-router = ">= 0.3.1"
15+
mrubyedge-serde-json = ">= 0.1.1"
1516

1617
[build-dependencies]
1718
mruby-compiler2-sys = ">= 0.3.0"

0 commit comments

Comments
 (0)