File tree 1 file changed +11
-8
lines changed
1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ memory_db = []
13
13
14
14
plot_matplotlib = [" inline-python" ]
15
15
plot_plotters = [" plotters" , " png" ]
16
- plot_charming = [" charming" ]
16
+ plot_charming = [" charming" , " crossbeam " ]
17
17
18
18
plot_plotters_static = [" plot_plotters" , " plotters/ab_glyph" ]
19
19
plot_plotters_dynamic = [" plot_plotters" , " plotters/ttf" ]
@@ -29,7 +29,6 @@ async-trait = "0.1"
29
29
chrono = { version = " 0.4" , features = [" serde" ] }
30
30
chrono-tz = " 0.8"
31
31
clap = { version = " 4" , features = [" derive" ] }
32
- crossbeam = " 0.8"
33
32
derivative = " 2"
34
33
dotenv = " 0.15"
35
34
hex = " 0.4"
@@ -61,6 +60,16 @@ inline-python = { version = "0.12", optional = true }
61
60
# plot_plotters
62
61
png = { version = " 0.17" , optional = true }
63
62
63
+ # plot_charming
64
+ crossbeam = { version = " 0.8" , optional = true }
65
+
66
+ [dependencies .charming ]
67
+ version = " 0.3"
68
+ optional = true
69
+ default-features = false
70
+ features = [" ssr" ]
71
+
72
+
64
73
[dependencies .serenity ]
65
74
version = " 0.12"
66
75
optional = true
@@ -113,11 +122,5 @@ features = [
113
122
" rustls" ,
114
123
]
115
124
116
- [dependencies .charming ]
117
- version = " 0.3"
118
- optional = true
119
- default-features = false
120
- features = [" ssr" ]
121
-
122
125
[dev-dependencies ]
123
126
pretty_assertions = " 1"
You can’t perform that action at this time.
0 commit comments