mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
10 lines
169 B
TOML
10 lines
169 B
TOML
[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"
|