11 lines
213 B
TOML
11 lines
213 B
TOML
[package]
|
|
name = "makepad-lz4"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "BSD-2-Clause"
|
|
description = "Rust port of the core LZ4 block compressor and decompressor"
|
|
|
|
[features]
|
|
force-scalar = []
|
|
|
|
[dependencies]
|