Cargo.toml: add storage

This commit is contained in:
hinto.janai 2024-05-27 19:57:52 -04:00
parent 704b8e1262
commit 7b66fe28c7
No known key found for this signature in database
GPG key ID: D47CE05FA175A499

View file

@ -5,7 +5,6 @@ members = [
"consensus",
"consensus/rules",
"cryptonight",
"database",
"helper",
"net/epee-encoding",
"net/fixed-bytes",
@ -15,6 +14,8 @@ members = [
"p2p/dandelion",
"p2p/monero-p2p",
"p2p/address-book",
"storage/database",
"storage/cuprate-database",
"pruning",
"test-utils",
"types",