Import page base
This commit is contained in:
+8
-5
@@ -20,6 +20,13 @@ tokio = { version = "1.53.1", features = ["rt", "rt-multi-thread", "macros"] }
|
||||
hex = "0.4.3"
|
||||
zstd = "0.13.3"
|
||||
zip = "8.6.0"
|
||||
rfd = "0.17.2"
|
||||
|
||||
[profile.super-release]
|
||||
inherits = "release"
|
||||
codegen-units = 1
|
||||
lto = true
|
||||
opt-level = 3
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.8.2"
|
||||
@@ -28,8 +35,4 @@ criterion = "0.8.2"
|
||||
name = "split_bench" # Имя файла в benches/ без расширения
|
||||
harness = false # Отключаем стандартный тестовый раннер
|
||||
|
||||
[profile.super-release]
|
||||
inherits = "release"
|
||||
codegen-units = 1
|
||||
lto = true
|
||||
opt-level = 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user