Skip to content

Commit 36db209

Browse files
authored
Merge pull request #135 from MostroP2P/mostro-cli-refactor
Major Codebase Refactoring: Improved Architecture and Code Organization
2 parents 9d14521 + be5d5a6 commit 36db209

31 files changed

+2063
-1443
lines changed

Cargo.lock

Lines changed: 204 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,15 @@ uuid = { version = "1.18.1", features = [
3939
dotenvy = "0.15.6"
4040
lightning-invoice = { version = "0.33.2", features = ["std"] }
4141
reqwest = { version = "0.12.23", features = ["json"] }
42-
mostro-core = "0.6.49"
42+
mostro-core = "0.6.50"
4343
lnurl-rs = "0.9.0"
4444
pretty_env_logger = "0.5.0"
4545
openssl = { version = "0.10.73", features = ["vendored"] }
4646
sqlx = { version = "0.8.6", features = ["sqlite", "runtime-tokio-native-tls"] }
4747
bip39 = { version = "2.2.0", features = ["rand"] }
4848
dirs = "6.0.0"
49+
50+
[dev-dependencies]
51+
tokio-test = "0.4"
52+
serial_test = "3.1"
53+
rstest = "0.26.1"

0 commit comments

Comments
 (0)