Skip to content

Commit

Permalink
Merge pull request #20 from mobusoperandi/meta
Browse files Browse the repository at this point in the history
feat: cargo metadata
  • Loading branch information
mightyiam authored Dec 3, 2023
2 parents c748617 + 37bb473 commit 3142f35
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
name = "eelco"
version = "0.1.0"
edition = "2021"
description = "Nix doctests CLI"
license = "MIT"
repository = "https://github.com/mobusoperandi/eelco"
keywords = ["nix", "doctest", "cli", "documentation", "test"]
categories = ["command-line-utilities", "development-tools::testing"]

[dependencies]
anyhow = { version = "1.0.72", features = ["backtrace"] }
Expand Down
3 changes: 3 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#![warn(clippy::cargo)]
#![allow(clippy::multiple_crate_versions)]

pub(crate) mod app;
pub(crate) mod example_id;
pub(crate) mod repl;
Expand Down

0 comments on commit 3142f35

Please sign in to comment.