mirror of
https://github.com/shimunn/gitredditor.git
synced 2023-11-17 18:42:43 +01:00
init
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "gitredditor"
|
||||
version = "0.1.0"
|
||||
authors = ["shimunn <>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
serde_json = "1.0.39"
|
||||
reqwest = "0.9.16"
|
||||
structopt = "0.2.15"
|
||||
serde = "1.0.90"
|
||||
serde_derive = "1.0.90"
|
Reference in New Issue
Block a user