mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
12 lines
196 B
TOML
12 lines
196 B
TOML
[package]
|
|
name = "compression-core"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
default = ["delta-gcl"]
|
|
delta-gcl = []
|
|
noop = []
|
|
next-gen = [] # placeholder for future upgrade
|
|
|
|
[dependencies]
|