1 Star 0 Fork 3

daedalus/axum-rs

forked from axumrs/axum-rs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 305 Bytes
一键复制 编辑 原始数据 按行查看 历史
axumrs 提交于 2021-12-31 16:35 . Makefile
pkg: build
mkdir axum-rs && \
cp ./target/release/axum-rs ./axum-rs/ && \
cp -r ./templates ./axum-rs/ && \
cp -r ./static ./axum-rs/ && \
cp ./env.example ./axum-rs/.env && \
tar zcvf ./axum-rs.tar.gz ./axum-rs
build:
cargo build --release
clear:
rm -rf ./axum-rs.tar.gz && \
rm -rf ./axum-rs
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/daedalus_space/axum-rs.git
git@gitee.com:daedalus_space/axum-rs.git
daedalus_space
axum-rs
axum-rs
main

搜索帮助