From 70ed910d1cf999bc16864ffaf3e95ea002b9da1d Mon Sep 17 00:00:00 2001 From: Ashis Kumar Naik Date: Fri, 12 Dec 2025 00:25:59 +0530 Subject: [PATCH] fixed indentation error Signed-off-by: Ashis Kumar Naik --- ffi.nimble | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ffi.nimble b/ffi.nimble index edc0799..57c6bb7 100644 --- a/ffi.nimble +++ b/ffi.nimble @@ -7,8 +7,10 @@ license = "MIT or Apache License 2.0" packageName = "ffi" -requires "nim >= 2.2.4" +requires( + "nim >= 2.2.4", "chronos" +) # Source files to include # srcDir = "src"