Skip to content

Commit

Permalink
feat: add config! macro (#7)
Browse files Browse the repository at this point in the history
* chore: update .gitignore

* feat: add `agent_shared` crate

* fix: fix typo

* feat: add `config.rs`

* feat: add `config!` macro

* fix: change test_env_value

* refactor: replace `fn config()` implementations with `config!`

* test: improve config test

* fix: remove unused dependencies

* fix: add global  file
  • Loading branch information
nanderstabel authored Dec 13, 2023
1 parent df58732 commit d5c0da8
Show file tree
Hide file tree
Showing 14 changed files with 205 additions and 156 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
**/target/
.cargo
**/Cargo.lock
!Cargo.lock

**/*.env
!**/.env.example
Loading

0 comments on commit d5c0da8

Please sign in to comment.