2023-01-02 16:00:42 -05:00
|
|
|
# Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
|
2021-07-11 21:12:26 -04:00
|
|
|
|
|
|
|
[package]
|
2021-08-06 17:28:10 -04:00
|
|
|
name = "test_ffi"
|
|
|
|
version = "0.1.0"
|
2022-11-22 15:07:35 -05:00
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2021-07-11 21:12:26 -04:00
|
|
|
publish = false
|
2022-11-22 15:07:35 -05:00
|
|
|
repository.workspace = true
|
2021-07-11 21:12:26 -04:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
|
|
|
|
[dev-dependencies]
|
2022-11-22 15:07:35 -05:00
|
|
|
pretty_assertions.workspace = true
|
|
|
|
test_util.workspace = true
|