Blockstream / greenlight

Build apps using self-custodial lightning nodes in the cloud
https://blockstream.github.io/greenlight/getting-started/
MIT License
113 stars 27 forks source link

rs: Get crates.io publishing working #437

Closed cdecker closed 4 months ago

cdecker commented 4 months ago

When we tried to publish to crates.io we found a number of road-blocks. The most egregious were references that went into the workspace, but outside of the project, causing file inclusions not to work, a version of serde_bolt that broke semantic versioning, preventing us from compiling at all, and so on.

Fixes #434