switched to crates.io dependency

This commit is contained in:
JOLIMAITRE Matthieu 2022-09-03 02:42:36 +02:00
parent 4c6693017c
commit e41d6741f7
2 changed files with 3 additions and 1 deletions

2
Cargo.lock generated
View file

@ -243,6 +243,8 @@ dependencies = [
[[package]]
name = "rs48_lib"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2da34dd2475597325c46db60df6c4f27cdf773f2acba50d96668471ead6bd61c"
dependencies = [
"rand",
"termion",

View file

@ -8,4 +8,4 @@ authors = ["JOLIMAITRE Matthieu <matthieu@imagevo.fr>"]
[dependencies]
clap = { version = "3.1", features = ["derive"] }
rs48_lib = { path = "../rs48_lib" }
rs48_lib = "1.1"