rename rust lib from gurt to gurtlib
This commit is contained in:
@@ -10,7 +10,7 @@ path = "src/main.rs"
|
||||
[dependencies]
|
||||
clap = { version = "4.0", features = ["derive"] }
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
gurt = { path = "../library" }
|
||||
gurtlib = { path = "../library" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
openssl = "0.10"
|
||||
|
||||
Reference in New Issue
Block a user