Initial public release

This commit is contained in:
2026-07-16 12:08:54 +10:00
commit 07fe81b462
12 changed files with 1554 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
[package]
name = "zed-bridge"
version = "0.1.0"
edition = "2021"
description = "Local HTTP bridge to open remote site files in Zed editor"
authors = ["Scott Penrose"]
license = "MIT"
repository = "https://github.com/scottp/zed-bridge"
readme = "README.md"
keywords = ["zed", "editor", "http", "localhost", "bridge"]
categories = ["command-line-utilities", "web-programming::http-server"]
[[bin]]
name = "zed-bridge"
path = "src/main.rs"
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"