diff options
| author | main <main@swarm.moe> | 2026-03-20 21:19:07 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-20 21:19:07 -0400 |
| commit | c9337a12e5a64087be760460259bdc747e49a2d6 (patch) | |
| tree | e8657446564121d035f3d42b058d25907af7704c /crates/jira-at-home/Cargo.toml | |
| download | jira_at_home-c9337a12e5a64087be760460259bdc747e49a2d6.zip | |
Bootstrap minimal issue MCP
Diffstat (limited to 'crates/jira-at-home/Cargo.toml')
| -rw-r--r-- | crates/jira-at-home/Cargo.toml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/crates/jira-at-home/Cargo.toml b/crates/jira-at-home/Cargo.toml new file mode 100644 index 0000000..96192d0 --- /dev/null +++ b/crates/jira-at-home/Cargo.toml @@ -0,0 +1,27 @@ +[package] +name = "jira-at-home" +categories.workspace = true +description.workspace = true +edition.workspace = true +keywords.workspace = true +license.workspace = true +publish = false +readme.workspace = true +repository.workspace = true +rust-version.workspace = true +version.workspace = true + +[dependencies] +clap.workspace = true +dirs.workspace = true +libmcp.workspace = true +serde.workspace = true +serde_json.workspace = true +thiserror.workspace = true +time.workspace = true + +[dev-dependencies] +libmcp-testkit = { git = "https://git.swarm.moe/libmcp.git", rev = "bb92a05eb5446e07c6288e266bd06d7b5899eee5", package = "libmcp-testkit" } + +[lints] +workspace = true |