From f0f345862865acbf5443b12bac393cb7a7feee6e Mon Sep 17 00:00:00 2001 From: adjoly Date: Fri, 1 Aug 2025 12:28:24 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=8F=97=EF=B8=8F=E3=80=8D=20wip:?= =?UTF-8?q?=20work=20in=20progress,=20not=20done=20yet.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Justfile | 0 README.md | 3 +++ flake.nix | 2 ++ 3 files changed, 5 insertions(+) create mode 100644 Justfile diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index 2ce16a4..3c9ea23 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ # Kanel42 Token + +## License +This project is under [MIT License](LICENSE) diff --git a/flake.nix b/flake.nix index 779d441..eb9cbe7 100644 --- a/flake.nix +++ b/flake.nix @@ -34,6 +34,8 @@ pnpm vscode-solidity-server + just + solc foundry ];