🔧 [pagetop] Corrección para publicar en crates.io
This commit is contained in:
parent
edc81ccf3b
commit
3d9db9f955
1 changed files with 4 additions and 4 deletions
|
|
@ -26,16 +26,14 @@ async-trait = "0.1.58"
|
||||||
concat-string = "1.0.1"
|
concat-string = "1.0.1"
|
||||||
figlet-rs = "0.1.4"
|
figlet-rs = "0.1.4"
|
||||||
futures = "0.3.25"
|
futures = "0.3.25"
|
||||||
|
nom = "7.1.1"
|
||||||
once_cell = "1.15.0"
|
once_cell = "1.15.0"
|
||||||
paste = "1.0.9"
|
paste = "1.0.9"
|
||||||
substring = "1.4.5"
|
substring = "1.4.5"
|
||||||
term_size = "0.3.2"
|
term_size = "0.3.2"
|
||||||
|
toml = "0.5.9"
|
||||||
url = "2.3.1"
|
url = "2.3.1"
|
||||||
|
|
||||||
serde = "1.0"
|
|
||||||
nom = "7.1.1"
|
|
||||||
toml = "0.5.9"
|
|
||||||
|
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
tracing-appender = "0.2.2"
|
tracing-appender = "0.2.2"
|
||||||
tracing-subscriber = { version = "0.3.16", features = ["json", "env-filter"] }
|
tracing-subscriber = { version = "0.3.16", features = ["json", "env-filter"] }
|
||||||
|
|
@ -52,6 +50,8 @@ static-files = "0.2.3"
|
||||||
|
|
||||||
maud = { version = "0.24.0", features = ["actix-web"] }
|
maud = { version = "0.24.0", features = ["actix-web"] }
|
||||||
|
|
||||||
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
|
||||||
[dependencies.sea-orm]
|
[dependencies.sea-orm]
|
||||||
version = "0.9.3"
|
version = "0.9.3"
|
||||||
features = ["debug-print", "macros", "runtime-async-std-native-tls"]
|
features = ["debug-print", "macros", "runtime-async-std-native-tls"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue