summaryrefslogtreecommitdiff
path: root/test_ffi/Cargo.toml
blob: 38dd86b3ea84a8a39a02a8b1fcaf5010de1a00c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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" }