summaryrefslogtreecommitdiff
path: root/test_ffi/Cargo.toml
blob: 737efe21e5bd9b34e6b23e734cf9c3432955ebba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.

[package]
name = "test_ffi"
version = "0.1.0"
authors = ["the deno authors"]
edition = "2018"
publish = false

[lib]
crate-type = ["cdylib"]

[dev-dependencies]
test_util = { path = "../test_util" }