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