From f312e00dfaea78a163af45734c2c1b91d1d85bba Mon Sep 17 00:00:00 2001 From: Daniel GarcĂ­a Date: Sat, 9 Nov 2024 16:53:10 +0100 Subject: Test dylint --- dylints/non_authenticated_routes/Cargo.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dylints/non_authenticated_routes/Cargo.toml (limited to 'dylints/non_authenticated_routes/Cargo.toml') diff --git a/dylints/non_authenticated_routes/Cargo.toml b/dylints/non_authenticated_routes/Cargo.toml new file mode 100644 index 00000000..396c96f3 --- /dev/null +++ b/dylints/non_authenticated_routes/Cargo.toml @@ -0,0 +1,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 -- cgit v1.2.3