aboutsummaryrefslogtreecommitdiff
path: root/dylints/non_authenticated_routes/Cargo.toml
blob: 396c96f384c86e505116eb5efd16e6e988d8ea54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "non_authenticated_routes"
version = "0.1.0"
authors = ["authors go here"]
description = "description goes here"
edition = "2021"
publish = false

[lib]
crate-type = ["cdylib"]

[dependencies]
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "4f0e46b74dbc8441daf084b6f141a7fe414672a2" }
dylint_linting = "3.2.1"

[dev-dependencies]
dylint_testing = "3.2.1"

[package.metadata.rust-analyzer]
rustc_private = true