update project.toml

This commit is contained in:
mjellits
2025-01-07 11:31:09 +01:00
parent f07e8ff7a9
commit c918f7bc0a
6 changed files with 15 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ import wasmtime
import ctypes
from typing import List, cast
import wasmtime.loader
import liblc3 # type: ignore
import utils.liblc3 as liblc3 # type: ignore
import enum
store = wasmtime.loader.store