Skip to content

Commit

Permalink
feat: support database rgb data persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
k0k0ne committed Oct 18, 2024
1 parent 3bd3109 commit f20030b
Show file tree
Hide file tree
Showing 3 changed files with 483 additions and 244 deletions.
1 change: 1 addition & 0 deletions lightning/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ tokio = { version = "1.14.1", features = [
"macros",
"rt-multi-thread",
] }
rusqlite = { version = "0.30", features = ["bundled"] }

[dev-dependencies]
regex = "1.5.6"
Expand Down
Loading

0 comments on commit f20030b

Please sign in to comment.