mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
25 lines
558 B
TOML
25 lines
558 B
TOML
[package]
|
|
name = "compression_test"
|
|
rust-version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
license.workspace = true
|
|
version.workspace = true
|
|
readme.workspace = true
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
document-format.workspace = true
|
|
document-container.workspace = true
|
|
document-graph-storage.workspace = true
|
|
rmp-serde.workspace = true
|
|
lz4_flex = { version = "0.14.0", features = ["alloc"] }
|
|
futures.workspace = true
|
|
zstd = "0.13"
|
|
zstd-safe = "7"
|
|
|
|
[lints]
|
|
workspace = true
|