DEVELOPMENT ENVIRONMENT

~liljamo/evenstar

ref: 57c6038d2e09735d1c277cfe558fd301393ce5c0 evenstar/Cargo.toml -rw-r--r-- 459 bytes
57c6038dJonni 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
[package]
name = "evenstar"
version = "0.1.0"
edition = "2021"

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

[dependencies]
eframe = { version = "0.17.0", features = ["persistence"], optional = false }
serde = { version = "1", features = ["derive"], optional = false }
serde_json = { version = "1", optional = false }

dirs = { version = "4", optional = false }
rfd = { version = "0.8", optional = false }