fs-router 0.0.2

a file system based router for rust
Documentation
[dependencies.gpui]
version = "0.2.2"

[lib]
name = "fs_router"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "a file system based router for rust"
edition = "2024"
license = "MIT"
name = "fs-router"
readme = "README.md"
version = "0.0.2"

[[test]]
name = "gpui_adapter"
path = "tests/gpui_adapter.rs"

[[test]]
name = "grammar"
path = "tests/grammar.rs"

[[test]]
name = "table"
path = "tests/table.rs"