-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
38 lines (37 loc) · 1.77 KB
/
Copy pathCargo.toml
File metadata and controls
38 lines (37 loc) · 1.77 KB
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
33
34
35
36
37
38
[package]
name = "web-app"
version = "0.1.0"
authors = ["SionoiS <SionoiS@users.noreply.github.com>"]
edition = "2018"
description = "The official Defluencer website"
[dependencies]
blockies = { version = "0.3", default-features = false }
chrono = { version = "0.4", default-features = false, features = ["clock", "wasmbind"] }
cid = { version = "0.7", default-features = false, features = [] }
either = { version = "1.6", default-features = false, features = [] }
futures-util = { version = "0.3", default-features = false, features = [] }
linked-data = { git = "https://github.com/Defluencer/rust-linked-data" }
pulldown-cmark = { version = "0.8", default-features = false, features = [] }
reqwest = { git = "http://github.com/SionoiS/reqwest", branch = "better_wasm", default-features = false, features = ["json", "multipart", "stream"] }
serde = { version = "1.0", default-features = false, features = [] }
serde_json = { version = "1.0", default-features = false, features = [] }
wasm-bindgen = { version = "0.2.78", default-features = false, features = [] }
wasm-bindgen-futures = { version = "0.4", default-features = false, features = [] }
web3 = { git = "http://github.com/SionoiS/rust-web3", branch = "eth_ens", default-features = false, features = ["wasm", "eip-1193"] }
web-sys = { version = "0.3.55", default-features = false, features = [
"MediaSource",
"MediaSourceReadyState",
"SourceBuffer",
"SourceBufferAppendMode",
"Url",
"HtmlMediaElement",
"MediaError",
"TimeRanges",
"Performance",
"Storage",
"Clipboard",
"Navigator",
]}
ybc = { version = "0.2", default-features = false, features = ["router"] }
yew = { version = "0.18", default-features = false, features = [] }
yew-router = { version = "0.15", default-features = false, features = [] }