Skip to content

Commit

Permalink
ci: cargo metadata fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rootCircle committed Feb 24, 2024
1 parent 85d4fd6 commit ea8b01f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ license = " GPL-3.0-or-later"
authors = ["rootCircle <dev.frolics@gmail.com>"]
repository = "https://github.com/rootCircle/cpast"
description = "Run custom testcase with powerful clex lang powered generated tool. Ideal for competitive coders. Can test two file and pass & match randomly generated outputs"

categories = ["development-tools::testing", "command-line-utilities", "compilers", "development-tools"]
keywords = ["automata", "competitive-program", "generator", "language", "testcase"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions examples/artifacts/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
Binary file removed examples/artifacts/correct_approach
Binary file not shown.
Binary file removed examples/artifacts/my_approach
Binary file not shown.

0 comments on commit ea8b01f

Please sign in to comment.