elm-duet/Cargo.toml
dependabot[bot] 750b270942
Bump clap from 4.5.17 to 4.5.18
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.17 to 4.5.18.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.17...clap_complete-v4.5.18)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 23:47:40 +00:00

25 lines
674 B
TOML

[package]
name = "elm-duet"
version = "0.1.0"
edition = "2021"
description = "Generate Elm and TypeScript types from a single shared definition."
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
Inflector = "0.11.4"
clap = { version = "4.5.18", features = ["derive", "cargo"] }
color-eyre = { version = "0.6.3", default_features = false }
eyre = "0.6.12"
jtd = "0.3.1"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
serde_yaml = "0.9.34"
tracing = "0.1.40"
[profile.dev.package.backtrace]
opt-level = 3
[dev-dependencies]
trycmd = { version = "0.15.7", features = ["color"] }