aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* refactor: move key defs comment elsewhereFuwn2021-05-231-0/+2
|
* refactor(global): move crates around, stricter module isolationFuwn2021-05-201-1/+9
|
* perf(global): custom allocator and adjust codegen-unitsFuwn2021-05-171-0/+1
|
* perf(global): perform link time optimization across all crates in release modeFuwn2021-05-171-1/+1
|
* fix(nix): nix buildsFuwn2021-05-171-1/+1
| | | | Fix Docker and Nix intergration via rename.
* refactor(global): even more modules becoming cratesFuwn2021-05-171-62/+3
| | | | I did multiple checks and **yes**, everything still works perfectly fine.
* refactor(global): whirl_config modulizedFuwn2021-05-171-2/+7
| | | | The config module has now become it's own crate.
* feat(cli): `clean` subcommandFuwn2021-05-161-0/+1
| | | | The `clean` subcommand deletes files and directories which are not necessary for Whirl to function.
* feat(builtins): usage note on `cat Whirl.toml`Fuwn2021-05-161-0/+1
| | | | Add a notice which states that `cat Whirl.toml` is actually just a wrapper for `config show`.
* feat(prompt): add a couple new builtinsFuwn2021-05-161-0/+3
| | | | `ls`, `cat`, and `config` builtins created.
* feat(global): logs now go to a dedicated directory and fileFuwn2021-05-151-1/+1
|
* fix(deps): update rust crate tokio-util to 0.6.7Renovate Bot2021-05-141-1/+1
|
* Merge pull request #31 from Whirlsplash/renovate/tokio-1.xFuwn2021-05-141-1/+1
|\
| * fix(deps): update rust crate tokio to 1.6.0Renovate Bot2021-05-141-1/+1
| |
* | Merge pull request #29 from Whirlsplash/renovate/tokio-stream-0.xFuwn2021-05-141-1/+1
|\ \
| * | fix(deps): update rust crate tokio-stream to 0.1.6Renovate Bot2021-05-141-1/+1
| |/
* / fix(deps): update rust crate sysinfo to 0.17.4Renovate Bot2021-05-131-1/+1
|/
* fix(deps): update rust crate serde to 1.0.126Renovate Bot2021-05-121-1/+1
|
* fix(deps): update rust crate serde_derive to 1.0.126Renovate Bot2021-05-121-1/+1
|
* build(nix): add dev dependencies to nix shell build inputsFuwn2021-05-101-4/+0
|
* perf(api): use actix_web instead of rocket for apiFuwn2021-05-101-2/+2
| | | | | | | | Refactors API for Actix, also enables CORS. BREAKING CHANGE: `whirlsplash.port.api` configuration key created. closes #20
* fix(deps): update rust crate sysinfo to 0.17.3Renovate Bot2021-05-071-1/+1
|
* revert(deps): remove dev-dependencies once againFuwn2021-05-041-3/+3
|
* build(deps): add dev-dependenciesFuwn2021-05-031-2/+2
|
* feat(db): use diesel instead of sqlx, implement database testsFuwn2021-05-031-2/+3
|
* revert(deps): remove dev-dependenciesFuwn2021-05-031-1/+1
|
* build(deps): add sqlx-cli to dev-dependenciesFuwn2021-05-031-0/+4
|
* fix(readme): outdated documentation urlFuwn2021-05-021-1/+1
|
* feat(api): flush out statistics endpointFuwn2021-05-021-0/+1
|
* feat(global): begin implementing apiFuwn2021-05-021-1/+2
|
* Merge branch 'develop' into renovate/rust-tokio-util-0.xFuwn2021-04-291-2/+2
|\
| * Merge pull request #10 from Whirlsplash/renovate/rust-tokio-1.xFuwn2021-04-291-1/+1
| |\ | | | | | | fix(deps): update rust crate tokio to 1.5.0
| | * fix(deps): update rust crate tokio to 1.5.0Renovate Bot2021-04-291-1/+1
| | |
| * | fix(deps): update rust crate sqlx to 0.5.2Renovate Bot2021-04-291-1/+1
| |/
* / fix(deps): update rust crate tokio-util to 0.6.6Renovate Bot2021-04-291-1/+1
|/
* fix: Husky (git hooks) now worksFuwn2021-04-271-3/+0
|
* feature: New configuration file formatFuwn2021-04-271-1/+1
|
* fix: License to SPDX formatFuwn2021-04-251-1/+1
|
* repository(git): Run rustfmt at pre-commitFuwn2021-04-231-0/+3
|
* major: :star:Fuwn2021-04-231-16/+12
|
* etc: Remove unused dependencyFuwn2021-03-291-1/+0
|
* feature: Use TOML as config instead of environment variablesFuwn2021-03-291-0/+5
|
* feature: Implement CLIFuwn2021-03-291-0/+4
|
* major: Publish work-in-progressFuwn2021-03-251-5/+15
|
* format: Correct TCP dependency label positionFuwn2021-03-221-1/+1
|
* etc: ...Fuwn2021-03-221-0/+3
|
* feature: Use sqlx instead of rustqliteFuwn2021-03-211-1/+3
|
* chore: organize dependenciesFuwn2021-03-211-0/+9
|
* feature: setup database tablesFuwn2021-03-211-0/+1
|
* etc: development testingFuwn2021-03-211-0/+1
| | | | append random integer to end of "User" for testing purposes.