Add c# to rust example
This commit is contained in:
8
csharp-to-rust/Cargo.toml
Normal file
8
csharp-to-rust/Cargo.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "csharp-to-rust"
|
||||
version = "0.1.0"
|
||||
authors = ["Wesley Hill <wesley@hakobaito.co.uk>"]
|
||||
|
||||
[lib]
|
||||
name = "double_input"
|
||||
crate-type = ["cdylib"]
|
||||
Reference in New Issue
Block a user