Skip to content

Commit 936c083

Browse files
committed
Switch to v3
1 parent c794a74 commit 936c083

File tree

9 files changed

+24
-37
lines changed

9 files changed

+24
-37
lines changed

.github/workflows/Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
with:
2424
prefix-key: 'test'
2525

26-
- run: cargo test
26+
- run: cargo test --all-features

.gitignore

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# Generated by Cargo
2-
# will have compiled files and executables
3-
/target/
4-
5-
# These are backup files generated by rustfmt
1+
**/target/
62
**/*.rs.bk
7-
83
ata.toml

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
1-
[workspace]
2-
resolver = "2"
3-
members = [
4-
"ata"
5-
]
1+
[package]
2+
name = "ata"
3+
version = "3.0.0"
4+
edition = "2021"
5+
authors = ["Rik Huijzer"]
6+
license = "MIT"
67

7-
[profile.release.package.ata]
8-
strip = true
8+
[dependencies]
9+
clap = { version = "4.5.4", features = ["derive"] }
10+
directories = "5.0"
11+
hyper = { version = "0.14", features = ["full"] }
12+
hyper-rustls = { version = "0.23" }
13+
os_str_bytes = { version = "7", features = ["conversions"] }
14+
rustyline = "14"
15+
serde = { version = "1", features = ["derive"] }
16+
serde_json = { version = "1" }
17+
tokio = { version = "1", features = ["full"] }
18+
toml = { version = "0.8" }
19+
20+
[dev-dependencies]
21+
pretty_assertions = "1"

ata/Cargo.toml

Lines changed: 0 additions & 21 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)