diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-11 00:54:30 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-11 00:54:30 +0200 |
| commit | 5c39e7cf284a1f6e9a1657f2deb44e359fc47eb8 (patch) | |
| tree | c64baa8d5866c8e339eaf660dd3f94f30a3f7d8a /crates/atuin-server-database/Cargo.toml | |
| parent | chore: Somewhat simplify sync code (diff) | |
| download | atuin-5c39e7cf284a1f6e9a1657f2deb44e359fc47eb8.zip | |
chore: Move everything into one big crate
That helps remove duplicated code and rustc/cargo will now also show
dead code correctly.
Diffstat (limited to 'crates/atuin-server-database/Cargo.toml')
| -rw-r--r-- | crates/atuin-server-database/Cargo.toml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/crates/atuin-server-database/Cargo.toml b/crates/atuin-server-database/Cargo.toml deleted file mode 100644 index 52ccbf97..00000000 --- a/crates/atuin-server-database/Cargo.toml +++ /dev/null @@ -1,21 +0,0 @@ -[package] -name = "atuin-server-database" -edition = "2024" -description = "server database library for atuin" - -version = { workspace = true } -authors = { workspace = true } -license = { workspace = true } -homepage = { workspace = true } -repository = { workspace = true } - -[dependencies] -atuin-common = { path = "../atuin-common", version = "18.16.1" } - -async-trait = { workspace = true } -eyre = { workspace = true } -serde = { workspace = true } -sqlx = { workspace = true } -time = { workspace = true } -tracing = { workspace = true } -url = "2.5.2" |
