This repository has been archived on 2025-12-14. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
bind-conf/bind_conf/Cargo.toml

10 lines
307 B
TOML

[package]
name = "bind_conf"
version = "0.1.0"
authors = ["BlackSponge <blacksponge@tuta.io>", "Jackred <jackred@tuta.io>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bind_conf_derive = { path = "../bind_conf_derive" }