Skip to content

Commit 00fc7e0

Browse files
committed
Rename rewatch to rescript
1 parent c092acd commit 00fc7e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

rewatch/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rewatch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "rewatch"
2+
name = "rescript"
33
version = "12.0.0-beta.3"
44
edition = "2024"
55

rewatch/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use clap::Parser;
33
use log::LevelFilter;
44
use std::{io::Write, path::Path};
55

6-
use rewatch::{build, cli, cmd, format, lock, watcher};
6+
use rescript::{build, cli, cmd, format, lock, watcher};
77

88
fn main() -> Result<()> {
99
let args = cli::Cli::parse();

0 commit comments

Comments
 (0)