Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F73663
Cargo.toml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
839 B
Subscribers
None
Cargo.toml
View Options
[package]
name
=
"collar"
version
=
"0.1.0"
edition
.
workspace
=
true
authors
.
workspace
=
true
license
.
workspace
=
true
[[bin]]
name
=
"collar-ng"
path
=
"src/bin/collar-ng.rs"
[workspace]
members
=
["crates/*"]
[workspace.package]
edition
=
"2024"
authors
=
["Jordan Bracco <href@random.sh>"]
license
=
"MIT"
[workspace.dependencies]
libc
=
"*"
log
=
"*"
thiserror
=
"2.0.12"
tokio
=
{
version
=
"1.45.1"
,
features
=
[
"full"
]
}
tracing
=
"0.1.41"
store
=
{
path
=
"crates/store"
}
libcollar
=
{
path
=
"crates/libcollar"
}
serde
=
{
version
=
"1.0.219"
,
features
=
[
"derive"
]
}
[dependencies]
log
.
workspace
=
true
thiserror
.
workspace
=
true
env_logger
=
"*"
tracing
.
workspace
=
true
tracing-subscriber
=
{
version
=
"0.3.19"
,
features
=
[
"env-filter"
]
}
tokio
.
workspace
=
true
libcollar
.
workspace
=
true
api
=
{
path
=
"crates/api"
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jun 8, 8:31 AM (13 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
47583
Default Alt Text
Cargo.toml (839 B)
Attached To
rCOLLAR collar
Event Timeline
Log In to Comment