sway/sway-parse/Cargo.toml
kaya 14bb898f3b
chore: bumpt rust version to 1.90 (#7427)
## Description

Bumping the rust version to 1.90 and fixing the clippy lints along the
way
2025-10-02 22:28:51 +13:00

29 lines
695 B
TOML

[package]
name = "sway-parse"
version.workspace = true
description = "Sway's parser"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
extension-trait.workspace = true
num-bigint.workspace = true
num-traits.workspace = true
phf = { workspace = true, features = ["macros"] }
sway-ast.workspace = true
sway-error.workspace = true
sway-features.workspace = true
sway-types.workspace = true
thiserror.workspace = true
unicode-bidi.workspace = true
unicode-xid.workspace = true
[dev-dependencies]
assert_matches.workspace = true
insta = { workspace = true, features = ["ron"] }
[lints]
workspace = true