crustydb / src / txn_manager / Cargo.toml
Cargo.toml
Raw
[package]
name = "txn_manager"
version = "0.1.0"
authors = ["Aaron Elmore <aelmore@cs.uchicago.edu>"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
doctest = false


[dependencies]
log = "0.4"
env_logger = "0.10"
common = { path = "../common" }

[dev-dependencies]
rand = {version = "0.9", features = ["small_rng"]}