properly importing and exporting chronicles

This commit is contained in:
Ivan Folgueira Bande 2026-01-23 17:55:43 +01:00
parent d3fe7b4389
commit 06111de155
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
import std/[atomics, tables], chronos
import std/[atomics, tables]
import chronos, chronicles
import
ffi/internal/[ffi_library, ffi_macro],
ffi/[alloc, ffi_types, ffi_context, ffi_thread_request]

View File

@ -1,6 +1,6 @@
# ffi.nimble
version = "0.1.2"
version = "0.1.3"
author = "Institute of Free Technology"
description = "FFI framework with custom header generation"
license = "MIT or Apache License 2.0"