mirror of
http://shenjack.top:5100/shenjack/icalingua-python-bot.git
synced 2024-11-23 12:41:05 +08:00
ruaaaa
This commit is contained in:
parent
053d126b62
commit
9a716af400
11
ica-rs/Cargo.lock
generated
11
ica-rs/Cargo.lock
generated
|
@ -154,6 +154,16 @@ version = "1.0.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||
|
||||
[[package]]
|
||||
name = "colored"
|
||||
version = "2.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
|
||||
dependencies = [
|
||||
"lazy_static",
|
||||
"windows-sys 0.48.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "const-oid"
|
||||
version = "0.9.5"
|
||||
|
@ -540,6 +550,7 @@ dependencies = [
|
|||
name = "ica-rs"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"colored",
|
||||
"ed25519",
|
||||
"ed25519-dalek",
|
||||
"hex",
|
||||
|
|
|
@ -13,6 +13,7 @@ hex = "0.4.3"
|
|||
rust_socketio = "0.4.4"
|
||||
serde_json = "1.0.108"
|
||||
toml = "0.8.8"
|
||||
colored = "2.1.0"
|
||||
|
||||
[patch.crates-io]
|
||||
rust_socketio = { path = "../../../rust-socketio/socketio" }
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
mod client;
|
||||
|
||||
use colored::*;
|
||||
use ed25519_dalek::{Signature, Signer, SigningKey};
|
||||
use rust_socketio::{ClientBuilder, Event, Payload, RawClient};
|
||||
use serde_json::Value;
|
||||
|
|
Loading…
Reference in New Issue
Block a user