optimize codes, fix flake, and add license & docs

This commit is contained in:
2025-02-25 18:52:12 +08:00
parent 9e0955e530
commit dca33379ea
9 changed files with 725 additions and 11 deletions

View File

@ -68,7 +68,7 @@
in
with pkgs;
{
checks = {
checks = {
inherit faas-rs-crate;
# Run clippy (and deny all warnings) on the workspace source,
@ -125,7 +125,6 @@
apps = {
faas-rs = flake-utils.lib.mkApp {
drv = faas-rs-crate;
desc = "FaaS Rust Project";
};
};