We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab0fb3c commit d726136Copy full SHA for d726136
gleam.toml
@@ -1,13 +1,13 @@
1
-name = "wechat"
+name = "weapp"
2
version = "1.0.0"
3
-description = "gleam bindings for wechat miniprogram"
+description = "gleam bindings for wechat miniprogram, a.k.a weapp"
4
target = "javascript"
5
6
# Fill out these fields if you intend to generate HTML documentation or publish
7
# your project to the Hex package manager.
8
#
9
licences = ["Apache-2.0"]
10
-repository = { type = "github", user = "kaiwu", repo = "wechat" }
+repository = { type = "github", user = "kaiwu", repo = "weapp" }
11
gleam = ">= 0.32.0"
12
links = [{ title = "wechat miniprogram", href = "https://developers.weixin.qq.com/miniprogram/en/dev/framework/" }]
13
0 commit comments