-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
28 lines (26 loc) · 810 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
28
[package]
name = "dxm"
version = "0.1.0-dev"
authors = ["David Malchin <[email protected]>"]
edition = "2021"
rust-version = "1.65"
description = "A manager for your FXServer builds & resources."
repository = "https://github.com/D4isDAVID/dxm"
license = "MIT"
keywords = ["fivem", "redm", "fxserver", "cfx", "citizenfx"]
categories = ["command-line-utilities"]
[dependencies]
anyhow = "1.0"
clap = { version = "4.5", features = ["cargo", "env"] }
dirs = "5.0"
dunce = "1.0"
fern = "0.6.2"
fs-err = { version = "2.11" }
lazycell = "1.3"
log = "0.4.21"
reqwest = { version = "0.12.5", features = ["blocking", "json"] }
self-replace = "1.3"
serde = { version = "1.0", features = ["derive"] }
toml = { version = "0.8.14", features = ["preserve_order"] }
[target.'cfg(windows)'.dependencies]
winreg = "0.52.0"