From ec7de0bd0c7ca6592aa375120a633edbcaedfd4c Mon Sep 17 00:00:00 2001 From: Carla Kirk-Cohen Date: Thu, 14 Nov 2024 11:15:36 -0500 Subject: [PATCH] multi: add license to sim-lib and sim-cli --- sim-cli/Cargo.toml | 1 + simln-lib/Cargo.toml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sim-cli/Cargo.toml b/sim-cli/Cargo.toml index baeca35..5786d3a 100644 --- a/sim-cli/Cargo.toml +++ b/sim-cli/Cargo.toml @@ -2,6 +2,7 @@ name = "sim-cli" version = "0.1.0" edition = "2021" +license = "MIT" description = """ Instantly simulate real-world Lightning network activity """ diff --git a/simln-lib/Cargo.toml b/simln-lib/Cargo.toml index c6b3b9a..fce8d40 100644 --- a/simln-lib/Cargo.toml +++ b/simln-lib/Cargo.toml @@ -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