Skip to content

Commit

Permalink
chore: update copier template
Browse files Browse the repository at this point in the history
  • Loading branch information
vivienm committed Jul 16, 2023
1 parent 5c37c49 commit a3eeb6a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes here will be overwritten by Copier. NEVER EDIT MANUALLY.

_commit: 43967a2
_commit: 67d9c38
_src_path: gh:vivienm/copier-rust
author_fullname: Vivien Maisonneuve
copyright_date: '2022'
Expand All @@ -19,3 +19,4 @@ repository_name: rust-tdigest-ch
repository_namespace: vivienm
repository_provider: github.com
repository_url: https://github.com/vivienm/rust-tdigest-ch
rust_toolchain: nightly
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/Cargo.lock
/target
/target/
7 changes: 7 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[advisories]
vulnerability = "deny"
unmaintained = "deny"
unsound = "deny"
yanked = "deny"
notice = "deny"

[licenses]
allow = [
"Apache-2.0",
Expand Down
1 change: 1 addition & 0 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
format_code_in_doc_comments = true
group_imports = "StdExternalCrate"
imports_granularity = "Crate"
wrap_comments = true
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![warn(missing_docs)]
#![cfg_attr(doc, feature(doc_auto_cfg))]

//! A Rust library for estimating quantiles in a stream,
Expand Down

0 comments on commit a3eeb6a

Please sign in to comment.