Skip to content

Commit 14dd200

Browse files
committed
multi: add license to sim-lib and sim-cli
1 parent 4a64fa0 commit 14dd200

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

sim-cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "sim-cli"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT"
56
description = """
67
Instantly simulate real-world Lightning network activity
78
"""

simln-lib/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
name = "simln-lib"
33
version = "0.1.0"
44
edition = "2021"
5+
license = "MIT"
56
description = """
6-
Backend logic of the SimLN project. Contains all the functionality to build your own simulator
7+
Components to build a network-agnostic lightning payments simulator. Used as the backend for the Sim-LN project.
78
"""
89

910
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)