Skip to content

Commit

Permalink
multi: rename sim-lib to simln-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
carlaKC committed Nov 14, 2024
1 parent 582f1bc commit ff5a65d
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ resolver = "2"

members = [
"sim-cli",
"sim-lib",
"simln-lib",
]
2 changes: 1 addition & 1 deletion sim-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ log = "0.4.20"
serde = "1.0.183"
serde_json = "1.0.104"
simple_logger = "4.2.0"
sim-lib = { path = "../sim-lib" }
simln-lib = { path = "../simln-lib" }
tokio = { version = "1.26.0", features = ["full"] }
bitcoin = { version = "0.30.1" }
ctrlc = "3.4.0"
Expand Down
2 changes: 1 addition & 1 deletion sim-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use anyhow::anyhow;
use clap::builder::TypedValueParser;
use clap::Parser;
use log::LevelFilter;
use sim_lib::{
use simln_lib::{
cln::ClnNode, lnd::LndNode, ActivityDefinition, LightningError, LightningNode, NodeConnection,
NodeId, SimParams, Simulation, WriteResults,
};
Expand Down
4 changes: 2 additions & 2 deletions sim-lib/Cargo.toml → simln-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "sim-lib"
name = "simln-lib"
version = "0.1.0"
edition = "2021"
description = """
Expand Down Expand Up @@ -33,4 +33,4 @@ mockall = "0.12.1"
rand_chacha = "0.3.1"

[dev-dependencies]
ntest = "0.9.0"
ntest = "0.9.0"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ff5a65d

Please sign in to comment.