mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-06-14 08:33:34 -07:00
silence logging and point to specific revision and re-add warning
This commit is contained in:
committed by
Will Greenberg
parent
bfc85c5103
commit
4f5bf4aa78
@@ -6,9 +6,9 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
asn1-compiler = "0.6.1"
|
||||
asn1-codecs = "0.6.1"
|
||||
asn1_codecs_derive = "0.6.1"
|
||||
asn1-compiler = { git = "https://github.com/ystero-dev/hampi", rev = "67f3283764eda20022d190c3d3d6edd1a88047e0" }
|
||||
asn1-codecs = { git = "https://github.com/ystero-dev/hampi", rev = "67f3283764eda20022d190c3d3d6edd1a88047e0" }
|
||||
asn1_codecs_derive = { git = "https://github.com/ystero-dev/hampi", rev = "67f3283764eda20022d190c3d3d6edd1a88047e0" }
|
||||
bitvec = { version = "1.0", features = ["serde"] }
|
||||
log = "0.4"
|
||||
thiserror = "1.0.56"
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
/*
|
||||
This file was autogenerated using hampi (https://github.com/ystero-dev/hampi), do not modify!
|
||||
|
||||
This place is not a place of honor...
|
||||
no highly esteemed deed is commemorated here...
|
||||
nothing valued is here.
|
||||
*/
|
||||
|
||||
pub const MAX_ACDC_CAT_R13: i64 = 16;
|
||||
|
||||
pub const MAX_ACCESS_CAT_1_R15: i64 = 63;
|
||||
|
||||
Reference in New Issue
Block a user