add cargo.lock as well

This commit is contained in:
aaravm
2024-06-09 02:41:14 +05:30
parent 091d16e2a9
commit e380a8c392

View File

@ -8,4 +8,6 @@ axum = "0.7.5"
bdk = "0.29.0"
clap = { version = "4.5.4", features = ["derive", "cargo"] }
frost-secp256k1 = "1.0.0"
reqwest = { version = "0.12.4", features = ["blocking", "json"] }
reqwest = { version = "0.12.4", features = ["blocking", "json"] }
serde = "1.0.203"
tokio = "1.38.0"