diff options
| author | Fuwn <[email protected]> | 2024-06-03 15:23:14 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-03 15:23:14 -0700 |
| commit | 19010055c88fd7aac23f3ce39fa6a5ec1cbf9a52 (patch) | |
| tree | 22353b8c7a78b83c992b7bfb60c024fee6f78e3e /crates/whirl_db | |
| parent | chore(rustfmt): add new rules (diff) | |
| download | whirl-19010055c88fd7aac23f3ce39fa6a5ec1cbf9a52.tar.xz whirl-19010055c88fd7aac23f3ce39fa6a5ec1cbf9a52.zip | |
format: rustfmt with new rules
Diffstat (limited to 'crates/whirl_db')
| -rw-r--r-- | crates/whirl_db/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_db/Cargo.toml b/crates/whirl_db/Cargo.toml index d5a5071..5a39d1a 100644 --- a/crates/whirl_db/Cargo.toml +++ b/crates/whirl_db/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "whirl_db" version = "0.1.0" -authors = ["Fuwn <[email protected]>"] +authors = ["Fuwn <[email protected]>"] edition = "2018" description = "Provides abstractions to interact with the database layer" documentation = "https://whirlsplash.org/docs/" |