mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
1fb5858009
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
14 lines
274 B
TOML
14 lines
274 B
TOML
# Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
|
|
|
|
[package]
|
|
name = "test_ffi"
|
|
version = "0.1.0"
|
|
authors = ["the deno authors"]
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dev-dependencies]
|
|
test_util = { path = "../test_util" }
|