Add dart to rust example

This commit is contained in:
zmant
2019-06-05 21:23:39 +08:00
parent f3ab692907
commit 7832a99211
4 changed files with 43 additions and 0 deletions

8
dart-to-rust/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "dart-to-rust"
version = "0.1.0"
authors = ["Zmant <zmant724@aliyun.com"]
[lib]
name = "rust_add"
crate-type = ["cdylib"]