remove workspace
This commit is contained in:
parent
3222d5f8ba
commit
e185835333
4 changed files with 102 additions and 32 deletions
19
Cargo.toml
19
Cargo.toml
|
|
@ -1,3 +1,16 @@
|
|||
[workspace]
|
||||
resolver = "2"
|
||||
members = ["crates/ciderd"]
|
||||
[package]
|
||||
name = "ciderd"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
ctrlc = "3.4.7"
|
||||
crossbeam-channel = "0.5"
|
||||
rust_socketio = { version = "0.6.0", features = ["async"] }
|
||||
tracing = "0.1.41"
|
||||
serde_json = "1"
|
||||
reqwest = { version = "0.12", features = ["blocking", "json"] }
|
||||
serde = {version = "1", features = ["derive"]}
|
||||
tracing-subscriber = "0.3.19"
|
||||
anyhow = "1"
|
||||
color-eyre = "0.6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue