mirror of
https://github.com/BrianHicks/elm-duet.git
synced 2024-11-25 19:55:38 +03:00
72d7be2e25
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.19 to 4.5.20. - [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.19...clap_complete-v4.5.20) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
674 B
TOML
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.20", 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"] }
|