Files
binary_address_book/Cargo.toml
2020-11-10 10:56:31 -07:00

10 lines
249 B
TOML

[package]
name = "address_book"
version = "0.1.0"
authors = ["Jon Janzen <jon@endofeternity.ca>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
db = { path = "db" }