Skip to content

Instantly share code, notes, and snippets.

View HuakunShen's full-sized avatar

Huakun Shen HuakunShen

View GitHub Profile
@HuakunShen
HuakunShen / crosscopy-desktop-update.json
Created August 8, 2023 18:37
CrossCopy Tauri Desktop Update File
{}
@HuakunShen
HuakunShen / Cargo.toml
Created September 2, 2023 15:44
Rust actix file upload
[package]
name = "rust_http_file_upload"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix = "0.13.1"
actix-multipart = "0.6.1"
[package]
name = "axum-tonic"
version = "0.1.0"
edition = "2021"
[dependencies]
tonic = "0.11"
prost = "0.12"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
{
"type": "object",
"properties": {
"name": {
"type": "string"
},
"version": {
"type": "string"
},
"description": {