mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: fix test
This commit is contained in:
parent
94f7add54d
commit
565c003f1b
24
frontend/rust-lib/flowy-sidecar/Cargo.toml
Normal file
24
frontend/rust-lib/flowy-sidecar/Cargo.toml
Normal file
@ -0,0 +1,24 @@
|
||||
[package]
|
||||
name = "flowy-sidecar"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = { version = "1.0" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
once_cell = "1.19.0"
|
||||
thiserror = "1.0"
|
||||
serde_json = "1.0.117"
|
||||
tracing.workspace = true
|
||||
crossbeam-utils = "0.8.20"
|
||||
log = "0.4.21"
|
||||
parking_lot.workspace = true
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
dotenv = "0.15.0"
|
||||
uuid.workspace = true
|
||||
tracing-subscriber = { version = "0.3.17", features = ["registry", "env-filter", "ansi", "json"] }
|
6
frontend/rust-lib/flowy-sidecar/src/lib.rs
Normal file
6
frontend/rust-lib/flowy-sidecar/src/lib.rs
Normal file
@ -0,0 +1,6 @@
|
||||
mod error;
|
||||
pub mod manager;
|
||||
pub mod parser;
|
||||
pub mod plugin;
|
||||
mod rpc_loop;
|
||||
mod rpc_peer;
|
Loading…
x
Reference in New Issue
Block a user