-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
40 lines (34 loc) · 822 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
29
30
31
32
33
34
35
36
37
38
39
40
[package]
name = "gitfiend-core"
version = "1.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tiny_http = "0.12.0"
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
ts-rs = "10.0.0"
directories = "5.0.1"
similar = "2.6.0"
rayon = "1.10.0"
ahash = "0.8.11"
once_cell = "1.20.2"
mime_guess = "2.0.5"
loggers = {path = "./loggers"}
syntect = "5.2.0"
chardetng = "0.1.17"
encoding_rs = "0.8.35"
fix-path-env = {git = "https://github.com/tauri-apps/fix-path-env-rs"}
[profile.dev]
#opt-level = 1
#incremental = false
[profile.release]
#debug = true
strip = true
lto = true
codegen-units = 1
# Set the default for dependencies.
[profile.dev.package."*"]
#opt-level = 3
#[lints]
#redundant_closure_call = true