diff --git a/Cargo.toml b/Cargo.toml index 6a02aef..e886b40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,10 @@ license = "MIT" authors = ["Francisco Calderón "] description = "Lightning Network peer-to-peer nostr platform" +[[bin]] +name = "mostrod" +path = "src/main.rs" + [dependencies] anyhow = "1.0.66" chrono = "0.4.23"