We should use e.g. `SecretString` from [`secrecy`](https://docs.rs/secrecy) (instead of `std::string::String`) for handling sensitive values such as: https://github.com/orhun/rustypaste/blob/8954ce4fb775fec7c7c89bcd1deb7fd90b60b52e/src/config.rs#L54
We should use e.g.
SecretStringfromsecrecy(instead ofstd::string::String) for handling sensitive values such as:rustypaste/src/config.rs
Line 54 in 8954ce4