-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
33 lines (29 loc) · 807 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
33
[package]
name = "xcvfda"
version = "0.1.0"
description = "Cross-platform Computer Vision Face Detection Application"
authors = ["xTekC"]
repository = "https://github.com/xTekC/xcvfda"
readme = "README.md"
homepage = "https://github.com/xTekC/xcvfda"
documentation = "https://github.com/xTekC/xcvfda/blob/main/README.md"
categories = ["web-programming"]
keywords = ["wasm", "web"]
publish = false
# include = "[...]"
# exclude = "[...]"
# workspace = "..."
# links = "..."
# build = "build.rs"
rust-version = "1.70.0"
edition = "2021"
license = "MPL-2.0"
[dependencies]
dioxus = "0.4.0"
dioxus-web = "0.4.0"
wasm-bindgen = "0.2.87"
web-sys = { version = "0.3.64", features = ["Window", "Navigator", "console"] }
log = "0.4.6"
# WebAssembly Debug
wasm-logger = "0.2.0"
console_error_panic_hook = "0.1.7"