Initial commit
This commit is contained in:
19
Cargo.toml
Normal file
19
Cargo.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[package]
|
||||
name = "eider"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.99"
|
||||
chrono = "0.4.41"
|
||||
fastcgi = "1.0.0"
|
||||
git2 = "0.20.2"
|
||||
hex = "0.4.3"
|
||||
|
||||
[[bin]]
|
||||
name = "eider-md"
|
||||
path = "src/eider-md/main.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "eider-git"
|
||||
path = "src/eider-git/main.rs"
|
||||
Reference in New Issue
Block a user