mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
16 lines
302 B
TOML
16 lines
302 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]
|
|
pretty_assertions = "1.2.1"
|
|
test_util = { path = "../test_util" }
|