File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ name = "lightning-persister"
3
3
version = " 0.0.116"
4
4
authors = [" Valentine Wallace" , " Matt Corallo" ]
5
5
license = " MIT OR Apache-2.0"
6
- repository = " https://github.com/lightningdevkit/rust-lightning/ "
6
+ repository = " https://github.com/lightningdevkit/rust-lightning"
7
7
description = """
8
- Utilities to manage Rust-Lightning channel data persistence and retrieval.
8
+ Utilities for LDK data persistence and retrieval.
9
9
"""
10
10
edition = " 2018"
11
11
Original file line number Diff line number Diff line change 1
- //! Utilities that handle persisting Rust-Lightning data to disk via standard filesystem APIs .
2
-
3
- // Prefix these with `rustdoc::` when we update our MSRV to be >= 1.52 to remove warnings.
1
+ //! Provides utilities for LDK data persistence and retrieval .
2
+ //
3
+ // TODO: Prefix these with `rustdoc::` when we update our MSRV to be >= 1.52 to remove warnings.
4
4
#![ deny( broken_intra_doc_links) ]
5
5
#![ deny( private_intra_doc_links) ]
6
6
You can’t perform that action at this time.
0 commit comments