fortran example

This commit is contained in:
tungli
2020-03-02 16:40:40 +01:00
parent 256d5408f8
commit ce630c1728
4 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[package]
name = "rust-to-fortran"
version = "0.1.0"
build = "build.rs"
[dependencies]
libc = "0.2"
[build-dependencies]
cc = "1.0"