mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +00:00
add test framework and a basic test
This commit is contained in:
parent
be2d6f9f00
commit
f6ba98aa24
15 changed files with 359 additions and 0 deletions
|
|
@ -25,6 +25,11 @@ url = "2.2.1"
|
|||
glob = "0.3"
|
||||
configparser = "2.0"
|
||||
|
||||
[dev-dependencies]
|
||||
assert_cmd = "1.0"
|
||||
gemini-fetch = { git = "https://github.com/Johann150/gemini-fetch.git" }
|
||||
anyhow = "1.0"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue