nimble-http 2.0.0

A web framework
Documentation
1
2
3
4
5
6
7
8
#!/bin/ash
cargo build --verbose
git add .
git commit -m "提交"
version="$(sed -n 's/^version = "\(.*\)"/\1/p' Cargo.toml)"
git tag "$version"
git push -u origin main
cargo publish --verbose