1e1f90786d
Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.0...2.0.3) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
364 B
TOML
18 lines
364 B
TOML
[package]
|
|
name = "postgres-derive"
|
|
version = "0.4.3"
|
|
authors = ["Steven Fackler <sfackler@palantir.com>"]
|
|
license = "MIT/Apache-2.0"
|
|
edition = "2018"
|
|
description = "An internal crate used by postgres-types"
|
|
repository = "https://github.com/sfackler/rust-postgres"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
test = false
|
|
|
|
[dependencies]
|
|
syn = "2.0"
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|