Skip to content

Commit 8a91c7e

Browse files
committed
chore: update crate metadata
1 parent e62ba9b commit 8a91c7e

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22
name = "rustpython-unparser"
33
version = "0.1.0"
44
edition = "2021"
5+
authors = ["Jan Vollmer <jan@vllmr.dev>"]
6+
readme = "README.md"
7+
repository = "https://github.com/jvllmr/rustpython-unparser"
8+
description = "A complete unparser for RustPython ASTs"
9+
license-file = "LICENSE"
510

611
[dependencies]
7-
rustpython-ast = { version = "0.4.0" }
8-
rustpython-literal = "0.4.0"
12+
rustpython-ast = { version = ">=0.4.0" }
13+
rustpython-literal = ">=0.4.0"
914

1015
[dev-dependencies]
1116
rustpython-parser = "0.4.0"

0 commit comments

Comments
 (0)