Compare commits
No commits in common. "5bfcb972c5dddf012c3ed592692a7ff7437fdeb2" and "e1d70e2c4f0105246e29460ab837ecabfffcdbd5" have entirely different histories.
5bfcb972c5
...
e1d70e2c4f
4 changed files with 2 additions and 26 deletions
15
.github/workflows/ci.yaml
vendored
15
.github/workflows/ci.yaml
vendored
|
@ -1,15 +0,0 @@
|
||||||
name: Rust
|
|
||||||
|
|
||||||
on: [push]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v1
|
|
||||||
- name: Build
|
|
||||||
run: cargo build --verbose
|
|
||||||
- name: Run tests
|
|
||||||
run: cargo test --verbose
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -375,7 +375,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bunbun"
|
name = "bunbun"
|
||||||
version = "0.4.0"
|
version = "0.3.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix-web 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
"actix-web 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bunbun"
|
name = "bunbun"
|
||||||
version = "0.4.0"
|
version = "0.3.0"
|
||||||
authors = ["Edward Shen <code@eddie.sh>"]
|
authors = ["Edward Shen <code@eddie.sh>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Re-implementation of bunny1 in Rust"
|
description = "Re-implementation of bunny1 in Rust"
|
||||||
|
|
|
@ -39,15 +39,6 @@ swapping rather than directly updating the file.
|
||||||
bunbun supports the [OpenSearch Description Format][osdf]. Visit the root page
|
bunbun supports the [OpenSearch Description Format][osdf]. Visit the root page
|
||||||
of your desired instance of bunbun to learn more.
|
of your desired instance of bunbun to learn more.
|
||||||
|
|
||||||
## Reasons to use bunbun
|
|
||||||
|
|
||||||
- Portable: bunbun runs off a single binary and config file.
|
|
||||||
- Small: binary is 1.3MB (after running `strip` and `upx --lzma` on the release
|
|
||||||
binary).
|
|
||||||
- Convenient: bunbun watches for config changes and refreshes its routes
|
|
||||||
automatically, allowing for rapid development.
|
|
||||||
- Memory-safe: Built with [Rust][rust-lang].
|
|
||||||
|
|
||||||
[rust-lang]: https://www.rust-lang.org/
|
[rust-lang]: https://www.rust-lang.org/
|
||||||
[bunny1]: http://www.bunny1.org/
|
[bunny1]: http://www.bunny1.org/
|
||||||
[osdf]: https://developer.mozilla.org/en-US/docs/Web/OpenSearch
|
[osdf]: https://developer.mozilla.org/en-US/docs/Web/OpenSearch
|
||||||
|
|
Loading…
Reference in a new issue