note-taking/Cargo.toml

17 lines
290 B
TOML
Raw Normal View History

[package]
name = "note-taking"
version = "0.1.0"
edition = "2021"
[dependencies]
egui = "0.21"
eframe = "0.21"
anyhow = "1"
log = "0.4"
simple_logger = "4.0"
chrono = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rand = "0.8"
pwbox = "0.5"
directories = "4.0"