mirror of
https://github.com/tursodatabase/libsql.git
synced 2024-11-21 22:46:14 +00:00
f938b84e62
* tools: add rebuild-log tool * fix unused mut * mark rebuild-log as publish false * dedup pages
12 lines
224 B
TOML
12 lines
224 B
TOML
[package]
|
|
name = "rebuild-log"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
zerocopy = "*"
|