diff options
| author | Fuwn <[email protected]> | 2023-04-27 05:52:31 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-27 05:52:31 +0000 |
| commit | a6cdabeb72cb4de1adfca6be708859768ee044cf (patch) | |
| tree | ce226b86a871110dc86484a2fd9a01db4d501eae /Cargo.toml | |
| parent | docs(readme): add information about examples (diff) | |
| download | windmark-a6cdabeb72cb4de1adfca6be708859768ee044cf.tar.xz windmark-a6cdabeb72cb4de1adfca6be708859768ee044cf.zip | |
feat(rossweisse): initial implementation of struct router framework
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,8 @@ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[workspace] +members = ["rossweisse"] + [package] name = "windmark" version = "0.3.6" @@ -45,3 +48,6 @@ matchit = "0.6.0" tree_magic = { version = "0.2.3", optional = true } # MIME paste = "1.0.12" # Token Pasting + +[dev-dependencies] +rossweisse = { version = "*", path = "./rossweisse" } |