mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 23:23:57 +02:00
chore: split-out vault code from teepot
in teepot-vault
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
63c16b1177
commit
f8bd9e6a08
61 changed files with 450 additions and 308 deletions
|
@ -37,11 +37,12 @@ let
|
|||
fileset = unions [
|
||||
# Default files from crane (Rust and cargo files)
|
||||
(craneLib.fileset.commonCargoSources inputs.src)
|
||||
(fileFilter (file: file.hasExt "hcl") (inputs.src + "/bin"))
|
||||
(fileFilter (file: file.hasExt "hcl") (inputs.src + "/crates/teepot-vault/bin"))
|
||||
# deny.toml and friends
|
||||
(fileFilter (file: file.hasExt "toml") inputs.src)
|
||||
# Custom test data files
|
||||
(maybeMissing (inputs.src + "/crates/teepot/tests/data"))
|
||||
(maybeMissing (inputs.src + "/crates/teepot-vault/tests/data"))
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue