mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
ci: use crane
flake to build with nix
This enables to add cargo `fmt`, `clippy` and `deny` to nix, using cached results. Move the `teepot` crate to the `crates` subdir to make the life easier for the `crane` flake. Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
1249048c93
commit
0654bacdb5
41 changed files with 323 additions and 150 deletions
13
deny.toml
13
deny.toml
|
@ -29,7 +29,7 @@ allow = [
|
|||
"Unlicense",
|
||||
"MPL-2.0",
|
||||
"Unicode-DFS-2016",
|
||||
"CC0-1.0",
|
||||
# "CC0-1.0", # not yet seen
|
||||
"BSD-2-Clause",
|
||||
"BSD-3-Clause",
|
||||
"OpenSSL",
|
||||
|
@ -65,12 +65,9 @@ skip-tree = []
|
|||
unknown-registry = "warn"
|
||||
unknown-git = "warn"
|
||||
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
|
||||
allow-git = [
|
||||
# we need the mio override to disable eventfd for SGX
|
||||
"https://github.com/tokio-rs/mio?rev=ec0776f5af29548e4e1f48f86f5fa123a46caa07#ec0776f5af29548e4e1f48f86f5fa123a46caa07",
|
||||
]
|
||||
# allow-git = []
|
||||
|
||||
[sources.allow-org]
|
||||
github = [""]
|
||||
gitlab = [""]
|
||||
bitbucket = [""]
|
||||
#github = [""]
|
||||
#gitlab = [""]
|
||||
#bitbucket = [""]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue