mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-23 23:55:01 +01:00
23 lines
694 B
Markdown
23 lines
694 B
Markdown
# CDK Axum
|
|
|
|
[](https://crates.io/crates/cdk-axum)
|
|
[](https://docs.rs/cdk-axum)
|
|
[](https://github.com/cashubtc/cdk/blob/main/LICENSE)
|
|
|
|
**ALPHA** This library is in early development, the API will change and should be used with caution.
|
|
|
|
Axum web server implementation for the Cashu Development Kit (CDK). This provides the HTTP API for Cashu mints.
|
|
|
|
## Installation
|
|
|
|
Add this to your `Cargo.toml`:
|
|
|
|
```toml
|
|
[dependencies]
|
|
cdk-axum = "*"
|
|
```
|
|
|
|
## License
|
|
|
|
This project is licensed under the [MIT License](../../LICENSE).
|