crane/checks/no_std/crates/dep/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
149 B
TOML
Raw Normal View History

[package]
name = "dep"
version = "0.1.0"
edition = "2021"
[dependencies]
serde = { version = "*", default-features = false, features = ["derive"] }