Skip to content

Commit

Permalink
multi: add license to sim-lib and sim-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
carlaKC committed Nov 15, 2024
1 parent d037d1b commit ec7de0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions sim-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "sim-cli"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = """
Instantly simulate real-world Lightning network activity
"""
Expand Down
3 changes: 2 additions & 1 deletion simln-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
name = "simln-lib"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = """
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.
"""

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

0 comments on commit ec7de0b

Please sign in to comment.