mirror of
https://github.com/PacktPublishing/Rust-High-Performance.git
synced 2026-01-25 02:34:19 +09:00
10 lines
170 B
TOML
10 lines
170 B
TOML
[package]
|
|
name = "example1"
|
|
version = "0.1.0"
|
|
authors = ["Razican <razican@protonmail.ch>"]
|
|
|
|
[dependencies]
|
|
serde = "1.0.27"
|
|
serde_derive = "1.0.27"
|
|
serde_json = "1.0.9"
|