Skip to content

Commit f20030b

Browse files
committed
feat: support database rgb data persistence
1 parent 3bd3109 commit f20030b

File tree

3 files changed

+483
-244
lines changed

3 files changed

+483
-244
lines changed

lightning/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ tokio = { version = "1.14.1", features = [
7070
"macros",
7171
"rt-multi-thread",
7272
] }
73+
rusqlite = { version = "0.30", features = ["bundled"] }
7374

7475
[dev-dependencies]
7576
regex = "1.5.6"

0 commit comments

Comments
 (0)