Add rust to go dynamic library example.

This commit is contained in:
Andrey Voronkov
2019-08-16 22:06:19 +02:00
parent 12f8d239f8
commit f09149f4f7
4 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[package]
name = "rust-to-go"
version = "0.1.0"
authors = ["Andrey Voronkov <voronkovaa@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libc = "0.2"