diff options
| author | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-06 21:19:13 -0800 |
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-06 21:19:13 -0800 |
| commit | 40cb22e75314f73b1f9292190b786ac04fc58b67 (patch) | |
| tree | 473115f00e2fd3de3db6c64af4be9fc584cae7e5 /adenosine-cli/src/lib.rs | |
| parent | ae03334a64b1d7d6506ffb60a01f5c7f941900a6 (diff) | |
| download | adenosine-40cb22e75314f73b1f9292190b786ac04fc58b67.tar.gz adenosine-40cb22e75314f73b1f9292190b786ac04fc58b67.zip | |
change mind again and put common back in cli crate (want fewer crates)
Diffstat (limited to 'adenosine-cli/src/lib.rs')
| -rw-r--r-- | adenosine-cli/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/adenosine-cli/src/lib.rs b/adenosine-cli/src/lib.rs index f05a865..5d08286 100644 --- a/adenosine-cli/src/lib.rs +++ b/adenosine-cli/src/lib.rs @@ -8,6 +8,8 @@ use std::collections::HashMap; use std::str::FromStr; use std::time::Duration; +pub mod identifiers; + static APP_USER_AGENT: &str = concat!(env!("CARGO_PKG_NAME"), "/", env!("CARGO_PKG_VERSION"),); #[derive(Debug, PartialEq, Eq, Clone)] |
