summaryrefslogtreecommitdiffhomepage
path: root/samples/13_rust_extensions/01_basics/rust-basic-crate/Cargo.toml
blob: 34c01f11fd054edefa3c179c251a9baeff68f5ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "rust-basic-crate"
version = "0.1.0"
authors = ["Mike Martin <[email protected]>"]
edition = "2018"

[lib]
crate-type = ["cdylib"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]