DEVELOPMENT ENVIRONMENT

~liljamo/hare-rust-ffi-test

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]