Add Crystal to Rust example.

This commit is contained in:
Calvin Hill
2019-01-07 09:19:38 +00:00
parent 0ab5fe120e
commit e373c1994c
4 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
[package]
name = "crystal-to-rust"
version = "0.1.0"
authors = ["Calvin Hill <calvin@hakobaito.co.uk>"]
[lib]
name = "double_input"
crate-type = ["dylib"]