mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-20 16:07:49 +00:00
Add a codegen crate for generating an “Recent Updates” section
This commit is contained in:
9
codegen/Cargo.toml
Normal file
9
codegen/Cargo.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[package]
|
||||
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
|
||||
name = "codegen"
|
||||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.2.25"
|
||||
getopts = "0.2.14"
|
||||
requests = "0.0.22"
|
||||
Reference in New Issue
Block a user