Skip to content

Commit

Permalink
change toml name to diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed Mar 5, 2024
1 parent 5e68fda commit 83d5fed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "diffeq"
name = "diffsl"
version = "0.1.0"
edition = "2021"

[[bin]]
name = "diffeq"
name = "diffsl"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion src/bin/diffeq.rs → src/bin/diffsl.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use clap::Parser;
use anyhow::Result;
use diffeq::{compile, CompilerOptions};
use diffsl::{compile, CompilerOptions};

/// compiles a model in continuous (.cs) or discrete (.ds) format to an object file
#[derive(Parser, Debug)]
Expand Down

0 comments on commit 83d5fed

Please sign in to comment.