We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a64fa0 commit 14dd200Copy full SHA for 14dd200
sim-cli/Cargo.toml
@@ -2,6 +2,7 @@
2
name = "sim-cli"
3
version = "0.1.0"
4
edition = "2021"
5
+license = "MIT"
6
description = """
7
Instantly simulate real-world Lightning network activity
8
"""
simln-lib/Cargo.toml
@@ -2,8 +2,9 @@
name = "simln-lib"
-Backend logic of the SimLN project. Contains all the functionality to build your own simulator
+Components to build a network-agnostic lightning payments simulator. Used as the backend for the Sim-LN project.
9
10
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
0 commit comments