We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8039374 commit 4dc7210Copy full SHA for 4dc7210
Cargo.toml
@@ -2,5 +2,10 @@
2
name = "rustic-git"
3
version = "0.1.0"
4
edition = "2024"
5
+license = "MIT"
6
+description = "A Rustic Git - clean type-safe API over git cli"
7
+homepage = "https://github.com/eugener/rustic-git"
8
+repository = "https://github.com/eugener/rustic-git"
9
+readme = "README.md"
10
11
[dependencies]
0 commit comments