microservices 0.9.0

LNP/BP support crate for devloping microservices
Documentation
1
2
3
4
5
6
# This is an add-on that must be added to any dependency using this library

lnpbp = { path = "..", features = ["all"] }
lnpbp_derive = { path = "../derive" }

[workspace]