flattened the file-structure
This commit is contained in:
parent
ea8ccdc30b
commit
3cecd17350
3 changed files with 15 additions and 18 deletions
18
Cargo.toml
18
Cargo.toml
|
@ -1,3 +1,15 @@
|
|||
[workspace]
|
||||
members = ["vcs-obs-satellite"]
|
||||
resolver = "2"
|
||||
[package]
|
||||
name = "helloworld"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
console-subscriber = "0.3.0"
|
||||
obws = "0.12.0"
|
||||
tokio = { version = "1.38.1", features = ["rt-multi-thread"] }
|
||||
tokio-tungstenite = "0.23.1"
|
||||
tracing = "0.1.40"
|
||||
tracing-appender = "0.2.3"
|
||||
tracing-subscriber = { version = "0.3.18", features = ["tracing-log"] }
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
[package]
|
||||
name = "helloworld"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
console-subscriber = "0.3.0"
|
||||
obws = "0.12.0"
|
||||
tokio = { version = "1.38.1", features = ["rt-multi-thread"] }
|
||||
tokio-tungstenite = "0.23.1"
|
||||
tracing = "0.1.40"
|
||||
tracing-appender = "0.2.3"
|
||||
tracing-subscriber = { version = "0.3.18", features = ["tracing-log"] }
|
Loading…
Reference in a new issue