From 46a3d2ba70decd1931e13c190bfa49217e57718d Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Thu, 30 Apr 2026 10:10:46 +0200 Subject: Rewrite in async Rust --- deny.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 deny.toml (limited to 'deny.toml') diff --git a/deny.toml b/deny.toml new file mode 100644 index 0000000..814bc78 --- /dev/null +++ b/deny.toml @@ -0,0 +1,22 @@ +# cargo-deny configuration +# +# Default config: +# Docs: +# Project: +# + +[licenses] +# See for possible licenses. +allow = ["Apache-2.0", "MIT", "Unicode-3.0"] +confidence-threshold = 1.0 + +[sources] +unknown-registry = "deny" +unknown-git = "deny" +allow-registry = ["https://github.com/rust-lang/crates.io-index"] +allow-git = [] + +[sources.allow-org] +github = [] +gitlab = [] +bitbucket = [] -- cgit v1.3