-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
32 lines (28 loc) · 936 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]
name = "github_contributions_widget"
version = "0.1.7"
description = "Showcase your github open-source contributions dynamically!"
repository = "https://github.com/oxwazz/github_contributions_widget"
license = "MIT"
homepage = "https://github.com/oxwazz/github_contributions_widget"
authors = ["Muhammad Rahmahalim <[email protected]>"]
edition = "2021"
keywords = ["github", "profile", "showcase", "stats", "dynamically"]
[package.metadata.release]
release = false
# https://github.com/rustwasm/wasm-pack/issues/1247
[package.metadata.wasm-pack.profile.release]
wasm-opt = false
[lib]
crate-type = ["cdylib"]
[dependencies]
worker = "0.5.0"
worker-macros = "0.5.0"
console_error_panic_hook = "0.1.7"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
reqwest = { version = "0.12.9", features = ["json"] }
timeago = "0.4.2"
chrono = "0.4.38"
base64 = "0.22.1"
html-escape = "0.2.13"