Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ updates:
- package-ecosystem: "cargo"
directories:
- "/"
- "/ambient_fs"
- "/test_support"
open-pull-requests-limit: 5
labels:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
target/
**/*.rs.bk
**/*~
.*.swp
Comment thread
leynos marked this conversation as resolved.
Outdated
.crush
.claude/
.memdb/
Expand Down
11 changes: 0 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ tracing-subscriber = { version = "0.3", features = ["fmt"] }
serde_json = { version = "1", features = ["preserve_order"] }
serde_json_canonicalizer = "0.3"
tempfile = "3.8.0"
ambient_fs = { path = "ambient_fs" }
shell-quote = { version = "0.7.2", default-features = false, features = ["sh"] }
shlex = "2.0.1"
time = { version = "0.3.44", features = ["formatting", "macros", "parsing", "serde"] }
Expand Down Expand Up @@ -182,15 +181,6 @@ trybuild = "1.0.116"
rustix = { version = "1.0.8", features = ["fs"] }

[workspace]
# `ambient_fs` is the sanctioned ambient-filesystem escape hatch, so it must be a
# workspace member for the root-level `cargo fmt`, `cargo doc`, `cargo clippy`, and
# `cargo test` gates to format, document, lint, and run its doctests and unit tests.
members = ["ambient_fs"]
# Operate on both packages by default so the bare-cargo gates (`cargo test`,
# `cargo check`, `cargo clippy`, `cargo doc`) cover `ambient_fs` without needing
# `--workspace`; the root package (netsuke, ".") is listed explicitly because a
# default set that omitted it would stop gating netsuke itself.
default-members = [".", "ambient_fs"]
# `test_support` is a path dependency that Cargo would otherwise auto-include as a
# member. It is excluded here to keep its gate coverage unchanged in this focused
# change; folding it into the workspace is tracked separately as it requires
Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,15 @@ Netsuke currently requires:

### Installation

Until the v0.1.0 release is published, install the current source checkout with
Cargo:
To install from crates.io:

<!-- tested-example: readme-crates-io-install -->

```sh
cargo install netsuke
```

To install the current source checkout with Cargo:

<!-- tested-example: readme-source-install -->

Expand Down
54 changes: 0 additions & 54 deletions ambient_fs/Cargo.toml

This file was deleted.

254 changes: 0 additions & 254 deletions ambient_fs/src/lib.rs

This file was deleted.

Loading
Loading