mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-14 01:25:54 +00:00
14 lines
206 B
TOML
14 lines
206 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "test_utils"
|
|
version = "0.1.0"
|
|
authors = ["rust-analyzer developers"]
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
difference = "2.0.0"
|
|
text-size = "1.0.0"
|
|
serde_json = "1.0.48"
|