mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-05 23:13:33 +00:00
11 lines
151 B
TOML
11 lines
151 B
TOML
[package]
|
|
name = "dylib-dep"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
authors = []
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "dylib_dep"
|
|
crate-type = ["cdylib", "rlib"]
|