mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 04:51:13 +03:00
Release v0.2.1
This commit is contained in:
parent
5eedf26ca8
commit
27f06f5f2a
10 changed files with 586 additions and 115 deletions
13
Cargo.toml
13
Cargo.toml
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "sculptor"
|
||||
authors = ["Shiroyashik <shiroyashik@shsr.ru>"]
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
|
|
@ -26,6 +26,7 @@ hex = "0.4.3"
|
|||
uuid = { version = "1.8.0", features = ["serde"] }
|
||||
base64 = "0.22.1"
|
||||
reqwest = { version = "0.12.4" }
|
||||
dotenvy = "0.15.7"
|
||||
|
||||
# Crypto
|
||||
ring = "0.17.8"
|
||||
|
|
@ -36,7 +37,11 @@ axum = { version = "0.7.5", features = ["ws", "macros", "http2"] }
|
|||
tower-http = { version = "0.5.2", features = ["trace"] }
|
||||
tokio = { version = "1.37.0", features = ["full"] }
|
||||
|
||||
[dev-dependencies]
|
||||
cross = "0.2.5"
|
||||
|
||||
# TODO: Sort it!
|
||||
# TODO: Replace Vec<u8> and &[u8] by Bytes
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[workspace.metadata.cross.target.x86_64-unknown-linux-gnu]
|
||||
pre-build = [
|
||||
"dpkg --add-architecture $CROSS_DEB_ARCH",
|
||||
"apt-get update && apt-get --assume-yes install libssl-dev:$CROSS_DEB_ARCH"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue