Skip to content

Commit

Permalink
fix cargo-deny
Browse files Browse the repository at this point in the history
  • Loading branch information
tofubert committed Aug 27, 2024
1 parent 55a4234 commit 6917642
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "seshat-rs"
description = "A TUI based chat client for Nextcloud Talk"
readme = "README.md"
license = "GPL-3.0-or-later"
license-file = "LICENSE"
version = "0.1.0-beta"
edition = "2018"
Expand All @@ -20,8 +21,6 @@ exclude = [
"tags",
]



[build]
target = ["x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu"]

Expand Down
16 changes: 16 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# configuration for https://github.com/EmbarkStudios/cargo-deny

[licenses]
confidence-threshold = 0.8
allow = [
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"MIT",
"Unicode-DFS-2016",
"GPL-3.0",
]

[bans]
multiple-versions = "allow"

0 comments on commit 6917642

Please sign in to comment.