diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2024-07-30 16:54:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-30 16:54:10 +0100 |
| commit | 808138de633e410c1d3867d4fb7cb74967647605 (patch) | |
| tree | f180b7066b91d8d8d8006219a118439be1621d74 /ui/backend/Cargo.toml | |
| parent | chore(deps): bump debian (#2320) (diff) | |
| download | atuin-808138de633e410c1d3867d4fb7cb74967647605.zip | |
chore: remove ui directory (#2329)
This is still in development, but rather than clutter the commit history
and issues with an unreleased project I've split the UI into its own
repo.
Once ready for release, I'll either merge the ui code back in, or just
make the repo public.
Diffstat (limited to 'ui/backend/Cargo.toml')
| -rw-r--r-- | ui/backend/Cargo.toml | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/ui/backend/Cargo.toml b/ui/backend/Cargo.toml deleted file mode 100644 index 4477674e..00000000 --- a/ui/backend/Cargo.toml +++ /dev/null @@ -1,59 +0,0 @@ -[package] -name = "ui" -version = "0.0.0" -description = "A Tauri App" -publish = false -authors = ["you"] -edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[build-dependencies] -tauri-build = { version = "2.0.0-beta", features = [] } - -[dependencies] -atuin-client = { path = "../../crates/atuin-client", version = "18.4.0-beta.3" } -atuin-common = { path = "../../crates/atuin-common", version = "18.4.0-beta.3" } -atuin-dotfiles = { path = "../../crates/atuin-dotfiles", version = "18.4.0-beta.3" } -atuin-history = { path = "../../crates/atuin-history", version = "18.4.0-beta.3" } - -eyre = "0.6" -tauri = { version = "2.0.0-beta", features = ["tray-icon"] } -serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0" -time = "0.3.36" -uuid = "1.7.0" -syntect = "5.2.0" -tokio = "1.38.0" -comrak = "0.22" -portable-pty = "0.8.1" -vt100 = "0.15.2" -bytes = "1.6.0" -nix = "0.29.0" -lazy_static = "1.5.0" -shellexpand = "3.1.0" - -tauri-plugin-http = "2.0.0-beta" -tauri-plugin-single-instance = "2.0.0-beta" -tauri-plugin-os = "2.0.0-beta.8" -tauri-plugin-shell = "2.0.0-beta.7" -tauri-plugin-dialog = "2.0.0-beta.11" - -[target."cfg(target_os = \"macos\")".dependencies] -cocoa = "0.25" - -[dependencies.sqlx] -version = "0.7" -features = ["runtime-tokio-rustls", "time", "postgres", "uuid"] - -[features] -# this feature is used for production builds or when `devPath` points to the filesystem -# DO NOT REMOVE!! -custom-protocol = ["tauri/custom-protocol"] - -#[lib] -#crate-type = ["staticlib", "cdylib", "rlib"] - -[dependencies.tauri-plugin-sql] -features = ["sqlite"] # or "postgres", or "mysql" -version = "2.0.0-beta" |
