mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-22 02:23:05 +00:00
27 lines
612 B
TOML
27 lines
612 B
TOML
|
[package]
|
||
|
name = "diopack"
|
||
|
version = "0.0.0"
|
||
|
authors = ["Jonathan Kelley <jkelleyrtp@gmail.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
thiserror = "1.0.22"
|
||
|
log = "0.4"
|
||
|
fern = { version = "0.6.0", features = ["colored"] }
|
||
|
wasm-bindgen-cli-support = "0.2.69"
|
||
|
anyhow = "1.0.34"
|
||
|
argh = "0.1.4"
|
||
|
serde = "1"
|
||
|
serde_json = "1"
|
||
|
async-std = { version = "1.7.0", features = ["attributes"] }
|
||
|
tide = "0.15.0"
|
||
|
cargo_toml = "0.8.1"
|
||
|
fs_extra = "1.2.0"
|
||
|
|
||
|
notify = "5.0.0-pre.3"
|
||
|
futures = "0.3.8"
|
||
|
rjdebounce = "0.2.1"
|
||
|
tempfile = "3.1.0"
|