codesnap.nvim/snap-server/Cargo.toml

20 lines
409 B
TOML
Raw Permalink Normal View History

[package]
name = "snap-server"
version = "0.1.0"
edition = "2021"
[dependencies]
actix = "0.13.3"
2024-02-21 10:33:44 +00:00
actix-files = "0.6.5"
actix-web = "4.5.1"
actix-web-actors = "4.3.0"
2024-02-21 10:33:44 +00:00
arboard = "3.3.1"
headless_chrome = "1.0.9"
image = "0.24.8"
image-base64 = "0.1.0"
neovim-lib = "0.6.1"
rand = "0.8.5"
serde = {version = "1.0.196", features = ["derive", "serde_derive", "std"]}
serde_json = "1.0.113"
2024-02-21 10:33:44 +00:00
webbrowser = "0.8.12"