DEVELOPMENT ENVIRONMENT

~liljamo/hare-rust-ffi-test

ref: b76de4b1f83c99c225c83e958636fd6dca09eedf hare-rust-ffi-test/hello/Cargo.toml -rw-r--r-- 125 bytes
b76de4b1Jonni Liljamo feat: init 4 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
[package]
name = "hello"
version = "0.1.0"
edition = "2024"

[lib]
name = "hello"
crate-type = ["staticlib"]

[dependencies]