rust/crates/paths/Cargo.toml

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

19 lines
418 B
TOML
Raw Normal View History

[package]
name = "paths"
2020-08-13 10:42:52 -05:00
version = "0.0.0"
description = "TBD"
2023-02-13 05:55:14 -06:00
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
[lib]
doctest = false
[dependencies]
# Adding this dep sadly puts a lot of rust-analyzer crates after the
# serde-derive crate. Even though we don't activate the derive feature here,
# someone else in the crate graph certainly does!
# serde = "1"