0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-11-21 22:46:14 +00:00
libsql/tools/rebuild-log/Cargo.toml
Lucio Franco f938b84e62
tools: add rebuild-log tool (#1096)
* tools: add rebuild-log tool

* fix unused mut

* mark rebuild-log as publish false

* dedup pages
2024-02-27 20:31:47 +00:00

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 = "*"