[package]
edition = "2021"
rust-version = "1.95"
name = "fathomdb"
version = "0.6.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FathomDB facade crate — re-exports the public Rust surface of fathomdb-engine."
readme = false
license = "Apache-2.0"
repository = "https://github.com/coreyt/fathomdb"
[lib]
name = "fathomdb"
path = "src/lib.rs"
[[test]]
name = "no_recovery_surface"
path = "tests/no_recovery_surface.rs"
[[test]]
name = "reexports"
path = "tests/reexports.rs"
[dependencies.fathomdb-engine]
version = "0.6.1"