-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
27 lines (25 loc) · 893 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
[package]
name = "dioxus-library-template"
version = "0.1.0"
edition = "2021"
description = "Library for Dioxus 🧬"
readme = "./README.md"
homepage = "https://github.com/dioxus-community/dioxus-library-template"
repository = "https://github.com/dioxus-community/dioxus-library-template"
keywords = ["dioxus"]
categories = ["gui"]
license = "MIT"
[dependencies]
dioxus = { version = "0.4", default-features = false, features = ["macro", "hooks"] }
serde_json = "1"
tracing = "0.1"
tracing-subscriber = "0.2"
[dev-dependencies]
dioxus-desktop = "0.4.3"
dioxus = { version = "0.4", default-features = true }
freya = { git = "https://github.com/marc2332/freya", rev = "1cd0d3751be00c80a5335b6e0320e7a3ff241f52"}
freya-core = { git = "https://github.com/marc2332/freya", rev = "1cd0d3751be00c80a5335b6e0320e7a3ff241f52"}
rand = "0.8.5"
crossterm = "0.27.0"
ratatui = "0.24.0"
chrono = "0.4.31"