File tree Expand file tree Collapse file tree 4 files changed +7
-101
lines changed Expand file tree Collapse file tree 4 files changed +7
-101
lines changed Original file line number Diff line number Diff line change @@ -3,33 +3,14 @@ name = "bottles-core"
3
3
version = " 0.1.0"
4
4
edition = " 2021"
5
5
6
- [features ]
7
- default = []
8
- winebridge = [" dep:windows" ]
9
- server = [" default" ]
10
-
11
6
[dependencies ]
12
- serde = { version = " 1.0.217" , features = [" derive" ] }
13
- serde_json = " 1.0.134"
14
- thiserror = " 2.0.9"
15
- tracing = " 0.1.41"
16
- tonic = " 0.12.3"
17
- tokio = { version = " 1.28.2" , features = [" full" ] }
18
- prost = " 0.13.4"
19
-
20
- [dependencies .windows ]
21
- version = " 0.58.0"
22
- optional = true
23
- features = [
24
- " Data_Xml_Dom" ,
25
- " Win32_Foundation" ,
26
- " Win32_Security" ,
27
- " Win32_System_Threading" ,
28
- " Win32_UI_WindowsAndMessaging" ,
29
- ]
7
+ serde = { workspace = true }
8
+ serde_json = { workspace = true }
9
+ thiserror = { workspace = true }
10
+ tracing = { workspace = true }
11
+ tonic = { workspace = true }
12
+ tokio = { workspace = true }
13
+ prost = { workspace = true }
30
14
31
15
[build-dependencies ]
32
16
tonic-build = " 0.12.3"
33
-
34
- [dev-dependencies ]
35
- tracing-subscriber = " 0.3.19"
Original file line number Diff line number Diff line change @@ -5,9 +5,3 @@ pub mod proto {
5
5
tonic:: include_proto!( "winebridge" ) ;
6
6
tonic:: include_proto!( "bottles" ) ;
7
7
}
8
-
9
- #[ cfg( feature = "winebridge" ) ]
10
- pub mod winebridge;
11
-
12
- #[ cfg( feature = "server" ) ]
13
- pub mod server;
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments