projects
/
learn-rust.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Call Rust function from C: Skeleton
[learn-rust.git]
/
call-rust-from-c
/
Cargo.toml
1
[package]
2
name = "call-rust-from-c"
3
version = "0.1.0"
4
edition = "2018"
5
6
[lib]
7
crate-type = ['staticlib']
8
9
[dependencies]