mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-12 07:42:44 +10:00
19 lines
445 B
TOML
19 lines
445 B
TOML
[package]
|
|
name = "process"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
chrono = "0.4.42"
|
|
client = { version = "0.1.0", path = "../client" }
|
|
database = { version = "0.1.0", path = "../database" }
|
|
dynfmt = "0.1.5"
|
|
games = { version = "0.1.0", path = "../games" }
|
|
log = "0.4.28"
|
|
page_size = "0.6.0"
|
|
serde = "1.0.228"
|
|
serde_with = "3.15.0"
|
|
shared_child = "1.1.1"
|
|
tauri-plugin-opener = "2.5.0"
|
|
utils = { version = "0.1.0", path = "../utils" }
|