Re-license bitcoin-serai to MIT

It's pretty basic code, yet would still be quite pleasant to the larger
community.

Also adds documentation.
This commit is contained in:
Luke Parker
2023-01-31 09:28:03 -05:00
parent 86ad947261
commit df75782e54
5 changed files with 52 additions and 20 deletions

View File

@@ -1,5 +1,8 @@
/// Cryptographic helpers.
pub mod crypto;
/// Wallet functionality to create transactions.
pub mod wallet;
/// A minimal async RPC.
pub mod rpc;
#[cfg(test)]