Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-15 04:02:53 +01:00
21 Zeilen
453 B
TOML
21 Zeilen
453 B
TOML
|
[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
|