DEVELOPMENT ENVIRONMENT

~liljamo/ulairi

ref: e78be1f39347874c13c8ff1c08025ec375b5e928 ulairi/ulairi-client/Cargo.toml -rw-r--r-- 594 bytes
e78be1f3Jonni Liljamo I lost the old commit history... 1 year, 11 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "ulairi-client"
version = "0.1.0"
authors = ["Jonni Liljamo <jonni@liljamo.com>"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
eframe = { version = "0.18.0", features = ["persistence"] }
egui_extras = "0.18.0"

serde = { version = "1", features = ["derive"], optional = false }

mysql = "22.1.0"

regex = "1"

reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1", features = ["full"] }
poll-promise = { version = "0.1.0", features = ["tokio"] }

load-dotenv = "0.1.2"